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

Closed github-actions[bot] closed 6 months ago

github-actions[bot] commented 6 months ago

🤖 New release

⚠️ pace_core breaking changes

--- failure function_missing: pub fn removed or renamed ---

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

Failed in:
  function pace_core::overwrite, previously in file /tmp/.tmpKlLR9c/pace_core/src/util.rs:9

--- failure inherent_method_const_removed: pub method is no longer const ---

Description:
A publicly-visible method or associated fn is no longer `const` and can no longer be used in a `const` context.
        ref: https://doc.rust-lang.org/reference/const_eval.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.28.0/src/lints/inherent_method_const_removed.ron

Failed in:
  Activity::is_active in /tmp/.tmpCBI0EI/pace/crates/core/src/domain/activity.rs:270
  Activity::has_ended in /tmp/.tmpCBI0EI/pace/crates/core/src/domain/activity.rs:276

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

Failed in:
  PaceConfig::with_activity_log, previously in file /tmp/.tmpKlLR9c/pace_core/src/config.rs:49
  Activity::id, previously in file /tmp/.tmpKlLR9c/pace_core/src/domain/activity.rs:57
  Activity::end, previously in file /tmp/.tmpKlLR9c/pace_core/src/domain/activity.rs:57
  Activity::duration, previously in file /tmp/.tmpKlLR9c/pace_core/src/domain/activity.rs:57
  Activity::pomodoro_cycle, previously in file /tmp/.tmpKlLR9c/pace_core/src/domain/activity.rs:57
  Activity::intermission_periods, previously in file /tmp/.tmpKlLR9c/pace_core/src/domain/activity.rs:57
  Activity::id_mut, previously in file /tmp/.tmpKlLR9c/pace_core/src/domain/activity.rs:57
  Activity::end_mut, previously in file /tmp/.tmpKlLR9c/pace_core/src/domain/activity.rs:57
  Activity::duration_mut, previously in file /tmp/.tmpKlLR9c/pace_core/src/domain/activity.rs:57
  Activity::calculate_duration, previously in file /tmp/.tmpKlLR9c/pace_core/src/domain/activity.rs:210
  GeneralConfig::log_storage, previously in file /tmp/.tmpKlLR9c/pace_core/src/config.rs:58
  GeneralConfig::activity_log_file_path, previously in file /tmp/.tmpKlLR9c/pace_core/src/config.rs:58
  GeneralConfig::log_format, previously in file /tmp/.tmpKlLR9c/pace_core/src/config.rs:58
  GeneralConfig::activity_log_file_path_mut, previously in file /tmp/.tmpKlLR9c/pace_core/src/config.rs:58
  DatabaseConfig::db_type, previously in file /tmp/.tmpKlLR9c/pace_core/src/config.rs:107

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

Failed in:
  struct pace_core::ActivityId, previously in file /tmp/.tmpKlLR9c/pace_core/src/domain/activity.rs:139
Changelog

## `pace_cli`

## [0.2.1](https://github.com/pace-rs/pace/compare/pace_cli-v0.2.0...pace_cli-v0.2.1) - 2024-02-22 ### Other - Improve testability and overall usability ([#37](https://github.com/pace-rs/pace/pull/37)) - add pace-server library - update asset auto size - update asset auto size
## `pace_core`
## [0.9.0](https://github.com/pace-rs/pace/compare/pace_core-v0.8.0...pace_core-v0.9.0) - 2024-02-22 ### Fixed - *(deps)* update serde monorepo to 1.0.197 ([#40](https://github.com/pace-rs/pace/pull/40)) - *(clippy)* apply clippy lints for main ### Other - cleanup crates - Improve testability and overall usability ([#37](https://github.com/pace-rs/pace/pull/37)) - add pace-server library - update asset auto size - update asset auto size - *(deps)* remove unnecessary async dep bloat (tokio, condvar, futures)
## `pace_server`
## [0.1.1](https://github.com/pace-rs/pace/compare/pace_server-v0.1.0...pace_server-v0.1.1) - 2024-02-22 ### Other - cleanup crates - Improve testability and overall usability ([#37](https://github.com/pace-rs/pace/pull/37)) - update changelog
## `pace-rs`
## [0.7.1](https://github.com/pace-rs/pace/compare/pace-rs-v0.7.0...pace-rs-v0.7.1) - 2024-02-22 ### Fixed - *(deps)* update serde monorepo to 1.0.197 ([#40](https://github.com/pace-rs/pace/pull/40)) - *(clippy)* apply clippy lints for main ### Other - update command overview to reflect better the implementation status of several commands - cleanup crates - Improve testability and overall usability ([#37](https://github.com/pace-rs/pace/pull/37)) - *(deps)* update rust crate assert_cmd to 2.0.14 ([#39](https://github.com/pace-rs/pace/pull/39)) - update changelog - add pace-server library - harmonize github workflows - update asset auto size - update asset auto size - rework key for commands and enhanced plausibility - *(deps)* remove unnecessary async dep bloat (tokio, condvar, futures)


This PR was generated with release-plz.