Skip to content

Commit e04f32c

Browse files
authored
chore: release (#104)
Signed-off-by: simonsan <[email protected]>
1 parent 5b5d01e commit e04f32c

File tree

7 files changed

+49
-26
lines changed

7 files changed

+49
-26
lines changed

CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [0.15.1](https://github.com/pace-rs/pace/compare/pace-rs-v0.15.0...pace-rs-v0.15.1) - 2024-03-24
12+
13+
### Added
14+
- *(template)* implement html and markdown templating for reflections ([#105](https://github.com/pace-rs/pace/pull/105))
15+
- *(commands)* set short version of time zone arguments and case-sensitive
16+
17+
### Other
18+
- *(deps)* update rust crate rayon to 1.10.0 ([#106](https://github.com/pace-rs/pace/pull/106))
19+
- update user docs pdf
20+
- update readme for docs directory
21+
- add documentation and embed in dist package + add updater command in justfile
22+
1123
## [0.15.0](https://github.com/pace-rs/pace/compare/pace-rs-v0.14.1...pace-rs-v0.15.0) - 2024-03-23
1224

1325
### Added

Cargo.lock

Lines changed: 23 additions & 23 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
@@ -69,7 +69,7 @@ wildmatch = "2.3.3"
6969

7070
[package]
7171
name = "pace-rs"
72-
version = "0.15.0"
72+
version = "0.15.1"
7373
authors = { workspace = true }
7474
categories = { workspace = true }
7575
edition = { workspace = true }

crates/core/CHANGELOG.md

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

99
## [Unreleased]
1010

11+
## [0.18.0](https://github.com/pace-rs/pace/compare/pace_core-v0.17.0...pace_core-v0.18.0) - 2024-03-24
12+
13+
### Added
14+
- *(template)* implement html and markdown templating for reflections ([#105](https://github.com/pace-rs/pace/pull/105))
15+
- *(commands)* set short version of time zone arguments and case-sensitive
16+
1117
## [0.17.0](https://github.com/pace-rs/pace/compare/pace_core-v0.16.1...pace_core-v0.17.0) - 2024-03-23
1218

1319
### 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.17.0"
3+
version = "0.18.0"
44
authors = { workspace = true }
55
categories = { workspace = true }
66
edition = { workspace = true }

crates/time/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.2](https://github.com/pace-rs/pace/compare/pace_time-v0.1.1...pace_time-v0.1.2) - 2024-03-24
10+
11+
### Added
12+
- *(template)* implement html and markdown templating for reflections ([#105](https://github.com/pace-rs/pace/pull/105))
13+
914
## [0.1.1](https://github.com/pace-rs/pace/compare/pace_time-v0.1.0...pace_time-v0.1.1) - 2024-03-23
1015

1116
### Other

crates/time/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_time"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = { workspace = true }
55
categories = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)