pace-rs / pace

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

chore: release #107

Closed simonsan closed 3 months ago

simonsan commented 3 months ago

🤖 New release

⚠️ pace_core breaking changes

--- failure enum_missing: pub enum removed or renamed ---

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

Failed in:
  enum pace_core::prelude::ActivityStatus, previously in file /tmp/.tmpsO4JkB/pace_core/src/domain/status.rs:21

--- 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.30.0/src/lints/inherent_method_missing.ron

Failed in:
  Activity::is_held, previously in file /tmp/.tmpsO4JkB/pace_core/src/domain/activity.rs:360
  Activity::is_active, previously in file /tmp/.tmpsO4JkB/pace_core/src/domain/activity.rs:369
  Activity::is_endable, previously in file /tmp/.tmpsO4JkB/pace_core/src/domain/activity.rs:407
  Activity::has_ended, previously in file /tmp/.tmpsO4JkB/pace_core/src/domain/activity.rs:437
Changelog

## `pace_core`

## [0.19.0](https://github.com/pace-rs/pace/compare/pace_core-v0.18.0...pace_core-v0.19.0) - 2024-03-24 ### Other - remove pace_testing crate and migrate it to integration test ([#108](https://github.com/pace-rs/pace/pull/108))
## `pace-rs`
## [0.15.2](https://github.com/pace-rs/pace/compare/pace-rs-v0.15.1...pace-rs-v0.15.2) - 2024-03-24 ### Added - *(completions)* add nushell completions ### Other - remove pace_testing crate and migrate it to integration test ([#108](https://github.com/pace-rs/pace/pull/108)) - ignore tests that use utc locally and only run them in ci


This PR was generated with release-plz.