Skip to content

Commit abbdc8b

Browse files
v0.2.4
1 parent 8dc60b7 commit abbdc8b

File tree

5 files changed

+34
-3
lines changed

5 files changed

+34
-3
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
- commits:
2+
- subject: Remove unecessary module nesting
3+
hash: e4064d077a198e5004533e3000198a3e92fa5487
4+
body: |
5+
Also deletes unused files
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: Akis Kesoglou
10+
nested: []
11+
- subject: Refactor Supervisor API server
12+
hash: 855a85a0a34e23217a6187d4278b674b776e1de5
13+
body: >
14+
- Dropped shared state
15+
16+
- Simplified API server and fallback code to not know anything about
17+
each other
18+
footer:
19+
Change-type: patch
20+
change-type: patch
21+
author: Akis Kesoglou
22+
nested: []
23+
version: 0.2.4
24+
title: ""
25+
date: 2025-07-03T15:15:06.672Z
126
- commits:
227
- subject: Refactor all fallback utils into its own module
328
hash: 424bb2f8c610a44b880e968ef0ea5a3bfa3ce7fc

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.2.4
8+
## (2025-07-03)
9+
10+
* Remove unecessary module nesting [Akis Kesoglou]
11+
* Refactor Supervisor API server [Akis Kesoglou]
12+
713
# v0.2.3
814
## (2025-07-01)
915

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.2.3"
3+
version = "0.2.4"
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.2.3
1+
0.2.4

0 commit comments

Comments
 (0)