pace-rs / pace

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

chore: release #59

Closed simonsan closed 6 months ago

simonsan commented 6 months ago

🤖 New release

⚠️ pace-rs breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/enum_variant_added.ron

Failed in:
  variant PaceCmd:Adjust in /tmp/.tmpRe36Ix/pace/src/commands.rs:37
Changelog

## `pace_cli`

## [0.4.1](https://github.com/pace-rs/pace/compare/pace_cli-v0.4.0...pace_cli-v0.4.1) - 2024-02-29 ### Fixed - clippy
## `pace_core`
## [0.12.1](https://github.com/pace-rs/pace/compare/pace_core-v0.12.0...pace_core-v0.12.1) - 2024-02-29 ### Added - *(commands)* implement adjust command and update readme accordingly ### Fixed - clippy ### Other - *(activitylog)* do not pretty print to have collections (e.g., for tags) on one line
## `pace-rs`
## [0.11.0](https://github.com/pace-rs/pace/compare/pace-rs-v0.10.0...pace-rs-v0.11.0) - 2024-02-29 ### Added - *(commands)* implement adjust command and update readme accordingly - re-export pace libraries ### Fixed - clippy ### Other - *(activitylog)* do not pretty print to have collections (e.g., for tags) on one line - make just and dprint files hidden - update scoop manifest


This PR was generated with release-plz.