Skip to content

Commit 9a87b81

Browse files
v0.25.10
1 parent 95b12e5 commit 9a87b81

3 files changed

Lines changed: 25 additions & 1 deletion

File tree

.versionbot/CHANGELOG.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
- commits:
2+
- subject: Fix task error rollback
3+
hash: 01366ac503d8fff809be1b6057a78c5043b5bda8
4+
body: |
5+
Task execution implementation was not correctly implementing roll-back,
6+
as it was failing to account for a failure with no patches, a roll-back
7+
after removal and other cases.
8+
9+
This refactors runtime::Channel to send both a patch and a checkpoint
10+
and modifies workflow to keep track of changes to be able to correctly
11+
roll-back to the last checkpoint.
12+
footer:
13+
Change-type: patch
14+
change-type: patch
15+
author: Felipe Lalanne
16+
nested: []
17+
version: 0.25.10
18+
title: ""
19+
date: 2026-03-23T21:49:52.185Z
120
- commits:
221
- subject: Add View::commit method
322
hash: 6b6d72ca1e1e1c0ee1e6bd3e5362d759b6887fc2

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.10
8+
## (2026-03-23)
9+
10+
* Fix task error rollback [Felipe Lalanne]
11+
712
# v0.25.9
813
## (2026-03-20)
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.9"
6+
version = "0.25.10"
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)