Skip to content

Commit

Permalink
chore: release (#104)
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan authored Mar 24, 2024
1 parent 5b5d01e commit e04f32c
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 26 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to

## [Unreleased]

## [0.15.1](https://github.com/pace-rs/pace/compare/pace-rs-v0.15.0...pace-rs-v0.15.1) - 2024-03-24

### Added
- *(template)* implement html and markdown templating for reflections ([#105](https://github.com/pace-rs/pace/pull/105))
- *(commands)* set short version of time zone arguments and case-sensitive

### Other
- *(deps)* update rust crate rayon to 1.10.0 ([#106](https://github.com/pace-rs/pace/pull/106))
- update user docs pdf
- update readme for docs directory
- add documentation and embed in dist package + add updater command in justfile

## [0.15.0](https://github.com/pace-rs/pace/compare/pace-rs-v0.14.1...pace-rs-v0.15.0) - 2024-03-23

### Added
Expand Down
46 changes: 23 additions & 23 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 @@ -69,7 +69,7 @@ wildmatch = "2.3.3"

[package]
name = "pace-rs"
version = "0.15.0"
version = "0.15.1"
authors = { workspace = true }
categories = { workspace = true }
edition = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to

## [Unreleased]

## [0.18.0](https://github.com/pace-rs/pace/compare/pace_core-v0.17.0...pace_core-v0.18.0) - 2024-03-24

### Added
- *(template)* implement html and markdown templating for reflections ([#105](https://github.com/pace-rs/pace/pull/105))
- *(commands)* set short version of time zone arguments and case-sensitive

## [0.17.0](https://github.com/pace-rs/pace/compare/pace_core-v0.16.1...pace_core-v0.17.0) - 2024-03-23

### 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.17.0"
version = "0.18.0"
authors = { workspace = true }
categories = { workspace = true }
edition = { workspace = true }
Expand Down
5 changes: 5 additions & 0 deletions crates/time/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/pace-rs/pace/compare/pace_time-v0.1.1...pace_time-v0.1.2) - 2024-03-24

### Added
- *(template)* implement html and markdown templating for reflections ([#105](https://github.com/pace-rs/pace/pull/105))

## [0.1.1](https://github.com/pace-rs/pace/compare/pace_time-v0.1.0...pace_time-v0.1.1) - 2024-03-23

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

0 comments on commit e04f32c

Please sign in to comment.