Skip to content

Commit

Permalink
chore(pace-rs): release v0.6.1 (#24)
Browse files Browse the repository at this point in the history
* chore: release

* style: fmt

Signed-off-by: simonsan <[email protected]>

---------

Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan authored Feb 14, 2024
1 parent 97a7e45 commit d2069c6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.0"
version = "0.6.1"
authors = { workspace = true }
categories = { workspace = true }
edition = { workspace = true }
Expand Down

0 comments on commit d2069c6

Please sign in to comment.