diff --git a/Cargo.lock b/Cargo.lock index 09230e7a..899cb7ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -930,7 +930,7 @@ dependencies = [ [[package]] name = "pace_cli" -version = "0.1.1" +version = "0.1.2" dependencies = [ "dialoguer", "eyre", diff --git a/crates/cli/CHANGELOG.md b/crates/cli/CHANGELOG.md index 480e6260..4f73c57b 100644 --- a/crates/cli/CHANGELOG.md +++ b/crates/cli/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## [Unreleased] +## [0.1.2](https://github.com/pace-rs/pace/compare/pace_cli-v0.1.1...pace_cli-v0.1.2) - 2024-02-15 + +### Fixed + +- typo in setup intro text + ## [0.1.1](https://github.com/pace-rs/pace/compare/pace_cli-v0.1.0...pace_cli-v0.1.1) - 2024-02-14 ### Other diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 63db3c6d..d68dd332 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pace_cli" -version = "0.1.1" +version = "0.1.2" authors = { workspace = true } categories = { workspace = true } edition = { workspace = true }