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

Closed simonsan closed 6 months ago

simonsan commented 6 months ago

🤖 New release

⚠️ pace_core breaking changes

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        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/pub_module_level_const_missing.ron

Failed in:
  PACE_ACTIVITY_LOG_FILENAME in file /tmp/.tmpMRdDTW/pace_core/src/lib.rs:13
  PACE_CONFIG_FILENAME in file /tmp/.tmpMRdDTW/pace_core/src/lib.rs:12
  PACE_CORE_VERSION in file /tmp/.tmpMRdDTW/pace_core/src/lib.rs:11

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself 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/struct_missing.ron

Failed in:
  struct pace_core::SummaryCriteria, previously in file /tmp/.tmpMRdDTW/pace_core/src/domain/review.rs:176
  struct pace_core::ReviewOptions, previously in file /tmp/.tmpMRdDTW/pace_core/src/domain/review.rs:16
  struct pace_core::ReviewRequest, previously in file /tmp/.tmpMRdDTW/pace_core/src/domain/review.rs:143

⚠️ pace-rs breaking changes

--- failure constructible_struct_adds_private_field: struct no longer constructible due to new private field ---

Description:
A struct constructible with a struct literal has a new non-public field. It can no longer be constructed using a struct literal outside of its crate.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/constructible_struct_adds_private_field.ron

Failed in:
  field NowCmd.now_opts in /tmp/.tmpUFRr4i/pace/src/commands/now.rs:14

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn 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/inherent_method_missing.ron

Failed in:
  NowCmd::inner_run, previously in file /tmp/.tmpMRdDTW/pace-rs/src/commands/now.rs:30
  BeginCmd::inner_run, previously in file /tmp/.tmpMRdDTW/pace-rs/src/commands/begin.rs:57
  HoldCmd::inner_run, previously in file /tmp/.tmpMRdDTW/pace-rs/src/commands/hold.rs:45
Changelog

## `pace_cli`

## [0.4.0](https://github.com/pace-rs/pace/compare/pace_cli-v0.3.0...pace_cli-v0.4.0) - 2024-02-28 ### Other - *(commands)* [**breaking**] Move a lot of the commands into pace-core ([#56](https://github.com/pace-rs/pace/pull/56))
## `pace_core`
## [0.12.0](https://github.com/pace-rs/pace/compare/pace_core-v0.11.0...pace_core-v0.12.0) - 2024-02-28 ### Fixed - *(deps)* update rust crate log to 0.4.21 ([#57](https://github.com/pace-rs/pace/pull/57)) ### Other - *(commands)* [**breaking**] Move a lot of the commands into pace-core ([#56](https://github.com/pace-rs/pace/pull/56))
## `pace-rs`
## [0.10.0](https://github.com/pace-rs/pace/compare/pace-rs-v0.9.0...pace-rs-v0.10.0) - 2024-02-28 ### Fixed - *(deps)* update rust crate log to 0.4.21 ([#57](https://github.com/pace-rs/pace/pull/57)) ### Other - *(commands)* [**breaking**] Move a lot of the commands into pace-core ([#56](https://github.com/pace-rs/pace/pull/56))


This PR was generated with release-plz.