diff --git a/CHANGELOG.md b/CHANGELOG.md index 8338d845..7b1f7fc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ and this project adheres to ## [Unreleased] +## [0.6.1](https://github.com/pace-rs/pace/compare/pace-rs-v0.6.0...pace-rs-v0.6.1) - 2024-02-14 + +### Other + +- *(pace_core)* release v0.5.1 ([#23](https://github.com/pace-rs/pace/pull/23)) +- *(pace_cli)* release v0.1.1 ([#21](https://github.com/pace-rs/pace/pull/21)) +- add pull request template +- fix product-scope in feature request template +- add issue and feature request template +- add discord server +- *(deps)* update dependencies +- fmt +- update urls +- remove pinning for action digests +- update links to contribution guide + ## [0.6.0](https://github.com/pace-rs/pace/compare/pace-rs-v0.5.0...pace-rs-v0.6.0) - 2024-02-14 ### Added diff --git a/Cargo.lock b/Cargo.lock index 82dbc956..d1c47895 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -867,7 +867,7 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" [[package]] name = "pace-rs" -version = "0.6.0" +version = "0.6.1" dependencies = [ "abscissa_core", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 4acf7f86..5e866a45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ pace_core = { path = "crates/core", version = "0" } [package] name = "pace-rs" -version = "0.6.0" +version = "0.6.1" authors = { workspace = true } categories = { workspace = true } edition = { workspace = true }