From 4b417a7a1000dff2f82e36db960743521715309e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 12:43:17 +0000 Subject: [PATCH] chore: release (#48) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 5 +++++ Cargo.lock | 6 +++--- Cargo.toml | 2 +- crates/cli/CHANGELOG.md | 5 +++++ crates/cli/Cargo.toml | 2 +- crates/core/CHANGELOG.md | 5 +++++ crates/core/Cargo.toml | 2 +- 7 files changed, 21 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc486015..c039d8ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to ## [Unreleased] +## [0.8.2](https://github.com/pace-rs/pace/compare/pace-rs-v0.8.1...pace-rs-v0.8.2) - 2024-02-27 + +### Fixed +- remove monthly and yearly bound on activity_log file name + ## [0.8.1](https://github.com/pace-rs/pace/compare/pace-rs-v0.8.0...pace-rs-v0.8.1) - 2024-02-27 ### Added diff --git a/Cargo.lock b/Cargo.lock index dcc4a48e..cb0d4763 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,7 +1030,7 @@ checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f" [[package]] name = "pace-rs" -version = "0.8.1" +version = "0.8.2" dependencies = [ "abscissa_core", "assert_cmd", @@ -1056,7 +1056,7 @@ dependencies = [ [[package]] name = "pace_cli" -version = "0.2.3" +version = "0.2.4" dependencies = [ "chrono", "dialoguer", @@ -1069,7 +1069,7 @@ dependencies = [ [[package]] name = "pace_core" -version = "0.10.1" +version = "0.10.2" dependencies = [ "chrono", "directories", diff --git a/Cargo.toml b/Cargo.toml index 62e8f797..19355f4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ similar-asserts = { version = "1.5.0", features = ["serde"] } [package] name = "pace-rs" -version = "0.8.1" +version = "0.8.2" authors = { workspace = true } categories = { workspace = true } edition = { workspace = true } diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index aef232ce..7c41771a 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to ## [Unreleased] +## [0.2.4](https://github.com/pace-rs/pace/compare/pace_cli-v0.2.3...pace_cli-v0.2.4) - 2024-02-27 + +### Fixed +- remove monthly and yearly bound on activity_log file name + ## [0.2.3](https://github.com/pace-rs/pace/compare/pace_cli-v0.2.2...pace_cli-v0.2.3) - 2024-02-27 ### Added diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 72d86c9f..4cc8adfd 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pace_cli" -version = "0.2.3" +version = "0.2.4" authors = { workspace = true } categories = { workspace = true } edition = { workspace = true } diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index 9be5fed7..851d0b5d 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to ## [Unreleased] +## [0.10.2](https://github.com/pace-rs/pace/compare/pace_core-v0.10.1...pace_core-v0.10.2) - 2024-02-27 + +### Fixed +- remove monthly and yearly bound on activity_log file name + ## [0.10.1](https://github.com/pace-rs/pace/compare/pace_core-v0.10.0...pace_core-v0.10.1) - 2024-02-27 ### Added diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 37100214..e4e7b75b 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pace_core" -version = "0.10.1" +version = "0.10.2" authors = { workspace = true } categories = { workspace = true } edition = { workspace = true }