Skip to content

Commit c023c95

Browse files
v0.11.1
1 parent bfc641c commit c023c95

File tree

5 files changed

+29
-9
lines changed

5 files changed

+29
-9
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
- commits:
2+
- subject: Create build script for helios-util crate
3+
hash: ca28b1989e32c40a961a845b1533f4233a630b5c
4+
body: |
5+
The script for now sets-up the `HELIOS_PKG_NAME` compile time variable
6+
with the name of the main crate. This variable is used for local
7+
directories instead of `CARGO_PKG_NAME`.
8+
footer:
9+
Change-type: patch
10+
change-type: patch
11+
author: felipe
12+
nested: []
13+
version: 0.11.1
14+
title: ""
15+
date: 2025-09-26T04:34:57.785Z
116
- commits:
217
- subject: Bump Rust version to 1.87 and edition to 2024
318
hash: 8fc2b8890148a381de53d728a17cd0cba2cc43cb

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.11.1
8+
## (2025-09-26)
9+
10+
* Create build script for helios-util crate [felipe]
11+
712
# v0.11.0
813
## (2025-09-25)
914

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "3"
33
members = [ "helios", "helios-api", "helios-legacy", "helios-oci", "helios-remote", "helios-state", "helios-util" ]
44

55
[workspace.package]
6-
version = "0.11.0"
6+
version = "0.11.1"
77
rust-version = "1.87"
88
edition = "2024"
99
description = "Balena's on-device agent"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.0
1+
0.11.1

0 commit comments

Comments
 (0)