Skip to content

Commit 2e378b7

Browse files
v0.25.11
1 parent 70bcbaa commit 2e378b7

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Update dependencies
3+
hash: 6d11d4c9f9db7164690f098505b12eb174288f35
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Felipe Lalanne
9+
nested: []
10+
version: 0.25.11
11+
title: ""
12+
date: 2026-05-04T21:16:52.628Z
113
- commits:
214
- subject: Fix task error rollback
315
hash: 01366ac503d8fff809be1b6057a78c5043b5bda8

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.11
8+
## (2026-05-04)
9+
10+
* Update dependencies [Felipe Lalanne]
11+
712
# v0.25.10
813
## (2026-03-23)
914

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[workspace]
2-
members = ["mahler", "mahler-core", "mahler-derive"]
2+
members = [ "mahler", "mahler-core", "mahler-derive" ]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.25.10"
6+
version = "0.25.11"
77
edition = "2021"
88
homepage = "https://github.com/balena-io-modules/mahler-rs"
99
repository = "https://github.com/balena-io-modules/mahler-rs"
@@ -29,9 +29,9 @@ default-features = false
2929
[workspace.dependencies.tokio]
3030
version = "1.52.1"
3131
default-features = false
32-
features = ["rt", "sync", "macros"]
32+
features = [ "rt", "sync", "macros" ]
3333

3434
[workspace.dependencies.tokio-stream]
3535
version = "0.1.18"
3636
default-features = false
37-
features = ["sync"]
37+
features = [ "sync" ]

0 commit comments

Comments
 (0)