Skip to content

Commit 6260442

Browse files
v0.25.7
1 parent 5d7e6d6 commit 6260442

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

.versionbot/CHANGELOG.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- commits:
2+
- subject: Create runtime::Id type for handler id uniqueness
3+
hash: fa386bac11d7a6ff0c7cf335bdf43c6f7f68308c
4+
body: |
5+
Previously the type name would be use as the id for handlers
6+
(exceptions, tasks, sensors). This id is not guaranteed to be unique and
7+
can fail when using closures. This introduce a new `runtime::Id` type
8+
that is based on `TypeId`, keeping the type name for displaying the id.
9+
footer:
10+
Change-type: patch
11+
change-type: patch
12+
author: Felipe Lalanne
13+
nested: []
14+
version: 0.25.7
15+
title: ""
16+
date: 2026-03-10T23:36:01.233Z
117
- commits:
218
- subject: Refactor the planner module
319
hash: 12a220c450d38caf42dbdb0b7ba3d6cc4acb06ec

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v0.25.7
8+
## (2026-03-10)
9+
10+
* Create runtime::Id type for handler id uniqueness [Felipe Lalanne]
11+
712
# v0.25.6
813
## (2026-03-09)
914

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [ "mahler", "mahler-core", "mahler-derive" ]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.25.6"
6+
version = "0.25.7"
77
edition = "2021"
88
homepage = "https://github.com/balena-io-modules/mahler-rs"
99
repository = "https://github.com/balena-io-modules/mahler-rs"

0 commit comments

Comments
 (0)