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 #60

Closed simonsan closed 6 months ago

simonsan commented 6 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.29.1/src/lints/enum_variant_missing.ron

Failed in:
  variant PaceErrorKind::ParsingTimeFromUserInputFailed, previously in file /tmp/.tmp4rVf99/pace_core/src/error.rs:105
Changelog

## `pace_core`

## [0.13.0](https://github.com/pace-rs/pace/compare/pace_core-v0.12.1...pace_core-v0.13.0) - 2024-03-01 ### Fixed - create parent dir and activity and config file if --activity-log-file/--config is passed to pace but not existing - *(commands)* add short arg -s for begin --start - *(time)* actually test if begin time lies in the future, throwing an error that begin time cannot be after end time - *(command)* only set/override description when it actually contains a value ### Other - fix snapshot testing for ci ([#62](https://github.com/pace-rs/pace/pull/62)) - fix test for grouping activities fail on the boundary to midnight
## `pace-rs`
## [0.11.1](https://github.com/pace-rs/pace/compare/pace-rs-v0.11.0...pace-rs-v0.11.1) - 2024-03-01 ### Fixed - create parent dir and activity and config file if --activity-log-file/--config is passed to pace but not existing - *(cli)* set aliases to subcommands to visible - phrasing in confirmation for not being able to resume ended activity - *(commands)* add short arg -s for begin --start - *(time)* actually test if begin time lies in the future, throwing an error that begin time cannot be after end time - *(command)* only set/override description when it actually contains a value ### Other - remove version snapshot - fix snapshot testing for ci ([#62](https://github.com/pace-rs/pace/pull/62)) - factor out begin command for keeping it dry - fix missing id for upload of snapshots - upload insta snapshots from failed ci runs - implement snapshot tests for cli output - *(deps)* lock file maintenance ([#61](https://github.com/pace-rs/pace/pull/61)) - fix test for grouping activities fail on the boundary to midnight


This PR was generated with release-plz.