Skip to content

Commit d2cfc2f

Browse files
v0.7.2
1 parent 5c108b7 commit d2cfc2f

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

.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: Set-up docker volume for configuration data
3+
hash: 0a0e5edb9fabffe63899dd682b51e47dc77f0608
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Felipe Lalanne
9+
nested: []
10+
version: 0.7.2
11+
title: ""
12+
date: 2025-08-01T15:28:55.825Z
113
- commits:
214
- subject: Make Uri a new serializable type
315
hash: fd04113a2c4ce36f1682e3db7541229bb52f052f

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.7.2
8+
## (2025-08-01)
9+
10+
* Set-up docker volume for configuration data [Felipe Lalanne]
11+
712
# v0.7.1
813
## (2025-07-31)
914

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "helios"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
edition = "2021"
55
description = "Balena's on-device agent"
66
homepage = "https://github.com/balena-io-experimental/helios"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.1
1+
0.7.2

0 commit comments

Comments
 (0)