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"