File tree Expand file tree Collapse file tree 7 files changed +49
-26
lines changed Expand file tree Collapse file tree 7 files changed +49
-26
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ wildmatch = "2.3.3"
6969
7070[package ]
7171name = " pace-rs"
72- version = " 0.15.0 "
72+ version = " 0.15.1 "
7373authors = { workspace = true }
7474categories = { workspace = true }
7575edition = { workspace = true }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " pace_core"
3- version = " 0.17 .0"
3+ version = " 0.18 .0"
44authors = { workspace = true }
55categories = { workspace = true }
66edition = { workspace = true }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " pace_time"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44authors = { workspace = true }
55categories = { workspace = true }
66edition = { workspace = true }
You can’t perform that action at this time.
0 commit comments