Skip to content

Commit 394ea92

Browse files
v0.5.9
1 parent 1ad5872 commit 394ea92

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
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: Update Rust crate tokio to v1.38.2 [SECURITY]
3+
hash: 99a940d0c7182302e6657ab89fd90510f7f76cea
4+
body: |
5+
Update tokio from 1.29.1 to 1.38.2
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: balena-renovate[bot]
10+
nested: []
11+
version: 0.5.9
12+
title: ""
13+
date: 2025-04-07T23:25:16.914Z
114
- commits:
215
- subject: Update dependency mocha to v11
316
hash: 3eb46a4b7c99997c7ec9a33d8b62f67044e65fdb

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.5.9
8+
## (2025-04-07)
9+
10+
* Update Rust crate tokio to v1.38.2 [SECURITY] [balena-renovate[bot]]
11+
712
# v0.5.8
813
## (2025-04-02)
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 = "balena-systemd"
3-
version = "0.5.8"
3+
version = "0.5.9"
44
description = "Essential systemd D-Bus bindings for Node.js "
55
repository = "https://github.com/balena-io-modules/systemd/"
66
authors = ["Balena Inc. <hello@balena.io>"]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.8
1+
0.5.9

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/systemd",
3-
"version": "0.5.8",
3+
"version": "0.5.9",
44
"description": "Essential systemd D-Bus bindings for Node.js",
55
"homepage": "https://github.com/balena-io-modules/systemd#readme",
66
"main": "build/index.js",
@@ -52,7 +52,7 @@
5252
"typescript": "^5.1.6"
5353
},
5454
"versionist": {
55-
"publishedAt": "2025-04-02T14:07:22.834Z"
55+
"publishedAt": "2025-04-07T23:25:16.982Z"
5656
},
5757
"dependencies": {
5858
"@mapbox/node-pre-gyp": "^1.0.11"

0 commit comments

Comments
 (0)