File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ wildmatch = "2.3.3"
6868
6969[package ]
7070name = " pace-rs"
71- version = " 0.15.1 "
71+ version = " 0.15.2 "
7272authors = { workspace = true }
7373categories = { workspace = true }
7474edition = { workspace = true }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " pace_core"
3- version = " 0.18 .0"
3+ version = " 0.19 .0"
44authors = { workspace = true }
55categories = { workspace = true }
66edition = { workspace = true }
You can’t perform that action at this time.
0 commit comments