diff --git a/Cargo.lock b/Cargo.lock index 899cb7ea..175a73cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -942,7 +942,7 @@ dependencies = [ [[package]] name = "pace_core" -version = "0.5.1" +version = "0.6.0" dependencies = [ "async-condvar-fair", "chrono", diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index ed2737a4..a0a5461b 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to ## [Unreleased] +## [0.6.0](https://github.com/pace-rs/pace/compare/pace_core-v0.5.1...pace_core-v0.6.0) - 2024-02-15 + +### Added + +- *(config)* Implement reading from configuration file and improve error + handling for onboarding UX + ## [0.5.1](https://github.com/pace-rs/pace/compare/pace_core-v0.5.0...pace_core-v0.5.1) - 2024-02-14 ### Other diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 45b81fa8..cafca359 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pace_core" -version = "0.5.1" +version = "0.6.0" authors = { workspace = true } categories = { workspace = true } edition = { workspace = true }