Skip to content

Commit 08e0986

Browse files
v0.25.3
1 parent 1eaafdb commit 08e0986

3 files changed

Lines changed: 26 additions & 1 deletion

File tree

.versionbot/CHANGELOG.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
- commits:
2+
- subject: Add `SystemTarget` extractor
3+
hash: a2f3b8a8e2eaf7fd9fd2d8519eabed601b17aa57
4+
body: |
5+
The `SystemTarget` extractor provides access to the target passed to the
6+
worker/planner to be used by tasks when validating applicability.
7+
8+
A new `target_override` property has been added to `Context`, which
9+
tells the planner and existing extractors that the target has been
10+
explicitly overridden by the user.
11+
12+
This change is backwards compatible
13+
footer:
14+
Change-type: patch
15+
change-type: patch
16+
author: felipe
17+
nested: []
18+
version: 0.25.3
19+
title: ""
20+
date: 2026-02-19T18:12:58.761Z
121
- commits:
222
- subject: Allow Worker::find_workflow to receive both a reference and a value
323
hash: 53a252febecc468d9f22f1beb4b448b63b6654c2

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.3
8+
## (2026-02-19)
9+
10+
* Add `SystemTarget` extractor [felipe]
11+
712
# v0.25.2
813
## (2026-02-16)
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.2"
6+
version = "0.25.3"
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)