Skip to content

Commit b46d456

Browse files
v0.25.5
1 parent c7324fa commit b46d456

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

.versionbot/CHANGELOG.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
- commits:
2+
- subject: Allow exceptions on the last iteration of the planner
3+
hash: ff016c4662aa8afb8c7758a9030fb409ecec6252
4+
body: |
5+
This fixes a bug where an exception happening on the last iteration of
6+
the planner would be discovered but the planning would still fail as no
7+
further state comparisons would take place. This adds one last check
8+
before terminating the search to identify if the target is considered
9+
reached with the new exceptions.
10+
footer:
11+
Change-type: patch
12+
change-type: patch
13+
author: felipe
14+
nested: []
15+
version: 0.25.5
16+
title: ""
17+
date: 2026-02-23T22:43:03.111Z
118
- commits:
219
- subject: Remove tracing information from planning on empty task
320
hash: c74e6549d6d1e3a2467d6cef1b78bdfbef00efa1

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.5
8+
## (2026-02-23)
9+
10+
* Allow exceptions on the last iteration of the planner [felipe]
11+
712
# v0.25.4
813
## (2026-02-19)
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.4"
6+
version = "0.25.5"
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)