diff --git a/CHANGELOG.md b/CHANGELOG.md index d297ba9..d9ee82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2] - 2025-04-06 + +### Added +- add current hours + +### Other +- *(deps)* update rust crate tokio to v1.44.2 +- *(deps)* update rust crate clap to v4.5.35 +- *(deps)* update rust crate clap to v4.5.34 +- *(deps)* update rust crate clap to v4.5.33 + ## [0.0.1] - 2025-03-25 ### Added diff --git a/Cargo.toml b/Cargo.toml index c3ae8c8..7439561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.0.1" +version = "0.0.2" [workspace.dependencies] clock = { path = "crates/clock" }