Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 16, 2024
1 parent 66e6900 commit 0252a5c
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 32 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to

## [Unreleased]

## [0.6.4](https://github.com/pace-rs/pace/compare/pace-rs-v0.6.3...pace-rs-v0.6.4) - 2024-02-16

### Other
- update discussions link

## [0.6.3](https://github.com/pace-rs/pace/compare/pace-rs-v0.6.2...pace-rs-v0.6.3) - 2024-02-16

### Added
Expand Down
58 changes: 29 additions & 29 deletions 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.3"
version = "0.6.4"
authors = { workspace = true }
categories = { workspace = true }
edition = { workspace = true }
Expand Down
5 changes: 5 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to

## [Unreleased]

## [0.1.4](https://github.com/pace-rs/pace/compare/pace_cli-v0.1.3...pace_cli-v0.1.4) - 2024-02-16

### Other
- update discussions link

## [0.1.3](https://github.com/pace-rs/pace/compare/pace_cli-v0.1.2...pace_cli-v0.1.3) - 2024-02-16

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pace_cli"
version = "0.1.3"
version = "0.1.4"
authors = { workspace = true }
categories = { workspace = true }
edition = { workspace = true }
Expand Down
5 changes: 5 additions & 0 deletions crates/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to

## [Unreleased]

## [0.7.1](https://github.com/pace-rs/pace/compare/pace_core-v0.7.0...pace_core-v0.7.1) - 2024-02-16

### Other
- update discussions link

## [0.7.0](https://github.com/pace-rs/pace/compare/pace_core-v0.6.0...pace_core-v0.7.0) - 2024-02-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pace_core"
version = "0.7.0"
version = "0.7.1"
authors = { workspace = true }
categories = { workspace = true }
edition = { workspace = true }
Expand Down

0 comments on commit 0252a5c

Please sign in to comment.