Skip to content

Commit 640f058

Browse files
v0.25.9
1 parent 8a9eaf1 commit 640f058

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: Add View::commit method
3+
hash: 6b6d72ca1e1e1c0ee1e6bd3e5362d759b6887fc2
4+
body: |
5+
The method, like `View::flush` communicates changes back to the worker,
6+
however, it also created a new rollback checkpoint at the commit state.
7+
This is useful for creating changes that must persist after failure of a
8+
given task.
9+
10+
This also fixes some flush tests that were not correctly checking
11+
changes before and after the flush boundary.
12+
footer:
13+
Change-type: patch
14+
change-type: patch
15+
author: Felipe Lalanne
16+
nested: []
17+
version: 0.25.9
18+
title: ""
19+
date: 2026-03-20T18:09:45.569Z
120
- commits:
221
- subject: "Refactor derive macro: use syn APIs, extract helpers, remove aliases"
322
hash: 2742048f6f9da80b77e7ba7469d90d45170ac9e7

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.9
8+
## (2026-03-20)
9+
10+
* Add View::commit method [Felipe Lalanne]
11+
712
# v0.25.8
813
## (2026-03-13)
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.8"
6+
version = "0.25.9"
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)