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.6.0 #18

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

Failed in:
  variant PaceCmd:Craft in C:\Users\dailyuse\AppData\Local\Temp\.tmpIjy0r5\pace\src\commands.rs:52

--- 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::Completions, previously in file C:\Users\dailyuse\AppData\Local\Temp\.tmpwMYflm\pace-rs\src\commands.rs:46
Changelog

## `pace-rs`

## [0.6.0](https://github.com/pace-rs/pace/compare/pace-rs-v0.5.0...pace-rs-v0.6.0) - 2024-02-14 ### Added - *(commands)* introduce new `pace craft setup` command to make onboarding easier ([#10](https://github.com/pace-rs/pace/pull/10)) ### Other - fix version number for usage - *(pace_core)* release v0.5.0 ([#17](https://github.com/pace-rs/pace/pull/17)) - *(pace_cli)* release v0.1.0 ([#14](https://github.com/pace-rs/pace/pull/14)) - update cargo-dist - change slogan - update readmes - remove assets as they can be found in pace-rs/assets repository now - update cargo manifests - add msrv check - add logos from assets repository - fmt - add git-town config


This PR was generated with release-plz.