Skip to content

Commit 9203fcd

Browse files
v0.25.6
1 parent c2ea048 commit 9203fcd

3 files changed

Lines changed: 41 additions & 1 deletion

File tree

.versionbot/CHANGELOG.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
- commits:
2+
- subject: Refactor the planner module
3+
hash: 12a220c450d38caf42dbdb0b7ba3d6cc4acb06ec
4+
body: |
5+
Break it up into smaller files and break large functions optimizing for
6+
readability
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
author: Felipe Lalanne
11+
nested: []
12+
- subject: Add `description` field to Exceptions
13+
hash: 6fb58da2561dfa3287320fac294082687728d17b
14+
body: |
15+
The description is used as part of the returned reason for skipped
16+
operations on the returning workflow.
17+
footer:
18+
Change-type: patch
19+
change-type: patch
20+
author: Felipe Lalanne
21+
nested: []
22+
- subject: Move Descripton to mahler crate root
23+
hash: 5608055064c3016a4e3250e6031a6aa179b952a3
24+
body: |
25+
This should make it re-usable by Exceptions as well as Tasks
26+
footer:
27+
Change-type: patch
28+
change-type: patch
29+
author: Felipe Lalanne
30+
nested: []
31+
version: 0.25.6
32+
title: ""
33+
date: 2026-03-09T21:15:18.034Z
134
- commits:
235
- subject: Allow exceptions on the last iteration of the planner
336
hash: ff016c4662aa8afb8c7758a9030fb409ecec6252

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.6
8+
## (2026-03-09)
9+
10+
* Refactor the planner module [Felipe Lalanne]
11+
* Add `description` field to Exceptions [Felipe Lalanne]
12+
* Move Descripton to mahler crate root [Felipe Lalanne]
13+
714
# v0.25.5
815
## (2026-02-23)
916

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.5"
6+
version = "0.25.6"
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)