From d1a70a343a015a22a806b8a1f3202c977876034c Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 5 Jul 2025 03:16:42 +0000 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d297ba9..685771f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.2] - 2025-07-05 + +### Added +- add current hours + +### Fixed +- *(deps)* update rust crate uuid to v1.17.0 +- *(deps)* update all dependencies + +### Other +- *(deps)* update rust crate tokio to v1.46.1 +- *(deps)* update rust crate tokio to v1.46.0 +- *(deps)* update all dependencies +- *(deps)* update rust crate clap to v4.5.38 +- *(deps)* update all dependencies +- *(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" }