pace-rs / pace

Mindful Time Tracking: Simplify Your Focus and Boost Productivity Effortlessly.
https://pace.cli.rs
GNU Affero General Public License v3.0
19 stars 0 forks source link

chore: release #104

Closed simonsan closed 3 months ago

simonsan commented 3 months ago

🤖 New release

⚠️ pace_core breaking changes

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.30.0/src/lints/enum_variant_missing.ron

Failed in:
  variant ReflectionsFormatKind::Html, previously in file /tmp/.tmpLtFRm2/pace_core/src/domain/reflection.rs:27
  variant ReflectionsFormatKind::Markdown, previously in file /tmp/.tmpLtFRm2/pace_core/src/domain/reflection.rs:31
  variant ReflectionsFormatKind::PlainText, previously in file /tmp/.tmpLtFRm2/pace_core/src/domain/reflection.rs:34
Changelog

## `pace_core`

## [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
## `pace_time`
## [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))
## `pace-rs`
## [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


This PR was generated with release-plz.