Skip to content

Commit

Permalink
release: pace-rs-v0.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Feb 15, 2024
1 parent 7260998 commit 7a7a1f4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ and this project adheres to

## [Unreleased]

## [0.6.2](https://github.com/pace-rs/pace/compare/pace-rs-v0.6.1...pace-rs-v0.6.2) - 2024-02-15

### Added

- *(config)* Implement reading from configuration file and improve error
handling for onboarding UX

### Fixed

- *(data)* apply fixes to example data for making the tests pass again
- typo in setup intro text

### Other

- pace_core-v0.6.0
- pace_cli v0.1.2

## [0.6.1](https://github.com/pace-rs/pace/compare/pace-rs-v0.6.0...pace-rs-v0.6.1) - 2024-02-14

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pace_core = { path = "crates/core", version = "0" }

[package]
name = "pace-rs"
version = "0.6.1"
version = "0.6.2"
authors = { workspace = true }
categories = { workspace = true }
edition = { workspace = true }
Expand Down

0 comments on commit 7a7a1f4

Please sign in to comment.