Skip to content

Commit aff742b

Browse files
authored
chore: release (#107)
Signed-off-by: simonsan <[email protected]>
1 parent 82473ee commit aff742b

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.15.2](https://github.com/pace-rs/pace/compare/pace-rs-v0.15.1...pace-rs-v0.15.2) - 2024-03-24
12+
13+
### Added
14+
- *(completions)* add nushell completions
15+
16+
### Other
17+
- remove pace_testing crate and migrate it to integration test ([#108](https://github.com/pace-rs/pace/pull/108))
18+
- ignore tests that use utc locally and only run them in ci
19+
1120
## [0.15.1](https://github.com/pace-rs/pace/compare/pace-rs-v0.15.0...pace-rs-v0.15.1) - 2024-03-24
1221

1322
### Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ wildmatch = "2.3.3"
6868

6969
[package]
7070
name = "pace-rs"
71-
version = "0.15.1"
71+
version = "0.15.2"
7272
authors = { workspace = true }
7373
categories = { workspace = true }
7474
edition = { workspace = true }

crates/core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.19.0](https://github.com/pace-rs/pace/compare/pace_core-v0.18.0...pace_core-v0.19.0) - 2024-03-24
12+
13+
### Other
14+
- remove pace_testing crate and migrate it to integration test ([#108](https://github.com/pace-rs/pace/pull/108))
15+
1116
## [0.18.0](https://github.com/pace-rs/pace/compare/pace_core-v0.17.0...pace_core-v0.18.0) - 2024-03-24
1217

1318
### Added

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pace_core"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
authors = { workspace = true }
55
categories = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)