Skip to content

Commit b559032

Browse files
v0.25.4
1 parent ac8f595 commit b559032

3 files changed

Lines changed: 50 additions & 1 deletion

File tree

.versionbot/CHANGELOG.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
- commits:
2+
- subject: Remove tracing information from planning on empty task
3+
hash: c74e6549d6d1e3a2467d6cef1b78bdfbef00efa1
4+
body: |
5+
This introduces too much noise for a condition that is expected.
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: felipe
10+
nested: []
11+
- subject: Simplify DAG Display and Iterator implementations
12+
hash: 01518c33bfeb58544f59027ab1e86a41572b9bfd
13+
body: |
14+
Makes the operations a bit more memory efficient by avoiding unnecessary
15+
cloning of the branching state.
16+
footer:
17+
Change-type: patch
18+
change-type: patch
19+
author: felipe
20+
nested: []
21+
- subject: Fix bug with DAG::reverse merging fork branches
22+
hash: c634a01ea8662b205261657cae6afe7b23904b5b
23+
body: >
24+
The issue was with the branch accumulator that could include branches
25+
26+
from nested forks, meaning that on reverse these branches would get
27+
merged
28+
29+
into the inner dag.
30+
31+
32+
The method now uses a stack of accumulators that gets a new entry each
33+
34+
time a new fork is entered.
35+
footer:
36+
Change-type: patch
37+
change-type: patch
38+
author: felipe
39+
nested: []
40+
version: 0.25.4
41+
title: ""
42+
date: 2026-02-19T18:43:36.495Z
143
- commits:
244
- subject: Add `SystemTarget` extractor
345
hash: a2f3b8a8e2eaf7fd9fd2d8519eabed601b17aa57

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.4
8+
## (2026-02-19)
9+
10+
* Remove tracing information from planning on empty task [felipe]
11+
* Simplify DAG Display and Iterator implementations [felipe]
12+
* Fix bug with DAG::reverse merging fork branches [felipe]
13+
714
# v0.25.3
815
## (2026-02-19)
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.3"
6+
version = "0.25.4"
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)