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(pace-rs): release v0.5.0 #5

Closed simonsan closed 7 months ago

simonsan commented 7 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.28.0/src/lints/enum_variant_added.ron

Failed in:
  variant PaceCmd:Completions in C:\Users\dailyuse\AppData\Local\Temp\.tmptuIRmm\pace\src\commands.rs:46
  variant PaceCmd:Review in C:\Users\dailyuse\AppData\Local\Temp\.tmptuIRmm\pace\src\commands.rs:65

--- 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.28.0/src/lints/enum_variant_missing.ron

Failed in:
  variant PaceCmd::Report, previously in file C:\Users\dailyuse\AppData\Local\Temp\.tmpsLXAUf\pace-rs\src\commands.rs:61
Changelog

## `pace-rs`

## [0.5.0](https://github.com/pace-rs/pace/compare/pace-rs-v0.4.0...pace-rs-v0.5.0) - 2024-02-12 ### Added - *(core)* subdivide storage trait and apply fixes ([#3](https://github.com/pace-rs/pace/pull/3))


This PR was generated with release-plz.