From 59b996e967a3afd8e6ffc2f01de33c30a95524f0 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sun, 6 Apr 2025 03:17:05 +0000 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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" } -- 2.47.2