From d3d981512937d03a9030db569293748585065e3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 04:24:15 +0000 Subject: [PATCH] chore: release v0.4.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d0be8..ee97aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1](https://github.com/stefreak/nut/compare/v0.4.0...v0.4.1) - 2026-01-28 + +### Miscellaneous + +- *(deps)* bump thiserror from 2.0.17 to 2.0.18 ([#64](https://github.com/stefreak/nut/pull/64)) +- *(deps)* bump chrono from 0.4.42 to 0.4.43 ([#65](https://github.com/stefreak/nut/pull/65)) + ## [0.4.0](https://github.com/stefreak/nut/compare/v0.3.1...v0.4.0) - 2026-01-07 ### New features diff --git a/Cargo.lock b/Cargo.lock index 88064b5..b485c13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1309,7 +1309,7 @@ dependencies = [ [[package]] name = "nut-workspace" -version = "0.4.0" +version = "0.4.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index be54671..02fca88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nut-workspace" -version = "0.4.0" +version = "0.4.1" edition = "2024" description = "A workspace manager for working with multiple GitHub repositories simultaneously." license-file = "LICENSE.md"