Skip to content

chore(pace-rs): release v0.6.0 #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ and this project adheres to

## [Unreleased]

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

### Added

- *(commands)* introduce new `pace craft setup` command to make onboarding
easier ([#10](https://github.com/pace-rs/pace/pull/10))

### Other

- fix version number for usage
- *(pace_core)* release v0.5.0 ([#17](https://github.com/pace-rs/pace/pull/17))
- *(pace_cli)* release v0.1.0 ([#14](https://github.com/pace-rs/pace/pull/14))
- update cargo-dist
- change slogan
- update readmes
- remove assets as they can be found in pace-rs/assets repository now
- update cargo manifests
- add msrv check
- add logos from assets repository
- fmt
- add git-town config

## [0.5.0](https://github.com/pace-rs/pace/compare/pace-rs-v0.4.0...pace-rs-v0.5.0) - 2024-02-12

### 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.5.0"
version = "0.6.0"
authors = { workspace = true }
categories = { workspace = true }
edition = { workspace = true }
Expand Down