Skip to content

Commit e2d802a

Browse files
v0.11.4
1 parent e87c7c2 commit e2d802a

File tree

5 files changed

+27
-9
lines changed

5 files changed

+27
-9
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Rename integration folder to `helios-integration-tests`
3+
hash: 3c8c9663809e399f99dc706fa60330196912e955
4+
body: |
5+
Just for consistency
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: felipe
10+
nested: []
11+
version: 0.11.4
12+
title: ""
13+
date: 2025-10-03T13:44:12.673Z
114
- commits:
215
- subject: Do not validate target release count
316
hash: b92ae8095aebebbdb4f6a678f84725f0ea9a5f4f

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.4
8+
## (2025-10-03)
9+
10+
* Rename integration folder to `helios-integration-tests` [felipe]
11+
712
# v0.11.3
813
## (2025-10-01)
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.3"
6+
version = "0.11.4"
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.3
1+
0.11.4

0 commit comments

Comments
 (0)