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

Closed github-actions[bot] closed 6 months ago

github-actions[bot] commented 6 months ago

🤖 New release

⚠️ pace_cli 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_cli::setup::confirmation_or_break, previously in file /tmp/.tmpBwTc4Q/pace_cli/src/setup.rs:286
  function pace_cli::setup::write_activity_log, previously in file /tmp/.tmpBwTc4Q/pace_cli/src/setup.rs:179
  function pace_cli::setup::write_config, previously in file /tmp/.tmpBwTc4Q/pace_cli/src/setup.rs:147
  function pace_cli::get_activity_log_path, previously in file /tmp/.tmpBwTc4Q/pace_cli/src/lib.rs:27
  function pace_cli::setup::env_knowledge_loop, previously in file /tmp/.tmpBwTc4Q/pace_cli/src/setup.rs:92
  function pace_cli::get_config_file_path, previously in file /tmp/.tmpBwTc4Q/pace_cli/src/lib.rs:71
  function pace_cli::setup::craft_setup, previously in file /tmp/.tmpBwTc4Q/pace_cli/src/setup.rs:312
  function pace_cli::setup::print_intro, previously in file /tmp/.tmpBwTc4Q/pace_cli/src/setup.rs:211

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        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/module_missing.ron

Failed in:
  mod pace_cli::setup, previously in file /tmp/.tmpBwTc4Q/pace_cli/src/setup.rs:1

--- 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_cli::setup::FinalSetupPaths, previously in file /tmp/.tmpBwTc4Q/pace_cli/src/setup.rs:28

⚠️ 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.28.0/src/lints/enum_missing.ron

Failed in:
  enum pace_core::error::PaceErrorKind, previously in file /tmp/.tmpBwTc4Q/pace_core/src/error.rs:50
  enum pace_core::domain::status::ItemStatus, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/status.rs:4
  enum pace_core::domain::activity::ActivityKind, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/activity.rs:34
  enum pace_core::domain::time::TimeFrame, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/time.rs:5
  enum pace_core::error::ActivityLogErrorKind, previously in file /tmp/.tmpBwTc4Q/pace_core/src/error.rs:94
  enum pace_core::domain::filter::ActivityFilter, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/filter.rs:5
  enum pace_core::domain::filter::FilteredActivities, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/filter.rs:22
  enum pace_core::domain::priority::ItemPriority, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/priority.rs:4

--- 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::config::get_config_paths, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:266
  function pace_core::domain::time::parse_time_from_user_input, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/time.rs:94
  function pace_core::config::find_root_config_file_path, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:217
  function pace_core::config::find_root_project_file, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:178
  function pace_core::domain::time::extract_time_or_now, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/time.rs:69
  function pace_core::domain::time::duration_to_str, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/time.rs:29
  function pace_core::storage::get_storage_from_config, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage.rs:454
  function pace_core::config::get_activity_log_paths, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:240
  function pace_core::domain::category::extract_categories, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/category.rs:40

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        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/module_missing.ron

Failed in:
  mod pace_core::domain::inbox, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/inbox.rs:1
  mod pace_core::domain, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain.rs:1
  mod pace_core::util, previously in file /tmp/.tmpBwTc4Q/pace_core/src/util.rs:1
  mod pace_core::domain::time, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/time.rs:1
  mod pace_core::domain::tag, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/tag.rs:1
  mod pace_core::domain::project, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/project.rs:1
  mod pace_core::domain::status, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/status.rs:1
  mod pace_core::service, previously in file /tmp/.tmpBwTc4Q/pace_core/src/service.rs:1
  mod pace_core::domain::task, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/task.rs:1
  mod pace_core::service::activity_store, previously in file /tmp/.tmpBwTc4Q/pace_core/src/service/activity_store.rs:1
  mod pace_core::domain::activity, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/activity.rs:1
  mod pace_core::storage::in_memory, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage/in_memory.rs:1
  mod pace_core::domain::priority, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/priority.rs:1
  mod pace_core::domain::category, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/category.rs:1
  mod pace_core::storage, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage.rs:1
  mod pace_core::service::activity_tracker, previously in file /tmp/.tmpBwTc4Q/pace_core/src/service/activity_tracker.rs:1
  mod pace_core::storage::file, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage/file.rs:1
  mod pace_core::domain::activity_log, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/activity_log.rs:1
  mod pace_core::domain::intermission, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/intermission.rs:1
  mod pace_core::domain::filter, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/filter.rs:1
  mod pace_core::domain::review, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/review.rs:1
  mod pace_core::error, previously in file /tmp/.tmpBwTc4Q/pace_core/src/error.rs:1
  mod pace_core::config, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:1

--- 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::domain::intermission::IntermissionPeriod, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/intermission.rs:10
  struct pace_core::config::GeneralConfig, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:65
  struct pace_core::domain::category::CategoryId, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/category.rs:60
  struct pace_core::config::ExportConfig, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:100
  struct pace_core::domain::inbox::Inbox, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/inbox.rs:7
  struct pace_core::domain::project::ProjectId, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/project.rs:16
  struct pace_core::storage::file::TomlActivityStorage, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage/file.rs:31
  struct pace_core::config::InboxConfig, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:143
  struct pace_core::domain::task::TaskId, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/task.rs:11
  struct pace_core::domain::activity::ActivityId, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/activity.rs:150
  struct pace_core::domain::category::Category, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/category.rs:11
  struct pace_core::config::PaceConfig, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:24
  struct pace_core::config::AutoArchivalConfig, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:157
  struct pace_core::storage::in_memory::InMemoryActivityStorage, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage/in_memory.rs:26
  struct pace_core::service::activity_store::ActivityStore, previously in file /tmp/.tmpBwTc4Q/pace_core/src/service/activity_store.rs:20
  struct pace_core::domain::tag::TagId, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/tag.rs:9
  struct pace_core::domain::project::ProjectConfig, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/project.rs:10
  struct pace_core::domain::task::Task, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/task.rs:20
  struct pace_core::domain::activity::PaceDuration, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/activity.rs:66
  struct pace_core::domain::activity_log::ActivityLog, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/activity_log.rs:34
  struct pace_core::config::DatabaseConfig, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:114
  struct pace_core::domain::activity::Activity, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/activity.rs:79
  struct pace_core::domain::task::TaskList, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/task.rs:34
  struct pace_core::config::ReviewConfig, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:89
  struct pace_core::domain::review::ActivityStats, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/review.rs:1
  struct pace_core::domain::project::Project, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/project.rs:25
  struct pace_core::domain::tag::Tag, previously in file /tmp/.tmpBwTc4Q/pace_core/src/domain/tag.rs:18
  struct pace_core::config::PomodoroConfig, previously in file /tmp/.tmpBwTc4Q/pace_core/src/config.rs:126
  struct pace_core::error::PaceError, previously in file /tmp/.tmpBwTc4Q/pace_core/src/error.rs:24

--- failure trait_missing: pub trait removed or renamed ---

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

Failed in:
  trait pace_core::storage::SyncStorage, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage.rs:30
  trait pace_core::storage::ActivityArchiving, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage.rs:356
  trait pace_core::storage::ActivityStorage, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage.rs:48
  trait pace_core::storage::ActivityQuerying, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage.rs:258
  trait pace_core::storage::ActivityStatistics, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage.rs:395
  trait pace_core::storage::ActivityStateManagement, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage.rs:156
  trait pace_core::storage::ActivityTagging, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage.rs:315
  trait pace_core::storage::ActivityReadOps, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage.rs:74
  trait pace_core::storage::ActivityReview, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage.rs:419
  trait pace_core::storage::ActivityWriteOps, previously in file /tmp/.tmpBwTc4Q/pace_core/src/storage.rs:110
Changelog

## `pace_cli`

## [0.2.0](https://github.com/pace-rs/pace/compare/pace_cli-v0.1.3...pace_cli-v0.2.0) - 2024-02-17 ### Added - *(api)* [**breaking**] refine core api and cleanup library interfaces ### Other - update discussions link
## `pace_core`
## [0.8.0](https://github.com/pace-rs/pace/compare/pace_core-v0.7.0...pace_core-v0.8.0) - 2024-02-17 ### Added - *(api)* [**breaking**] refine core api and cleanup library interfaces ### Other - implement more tests for ActivityStore and setup code coverage ([#31](https://github.com/pace-rs/pace/pull/31)) - update discussions link
## `pace-rs`
## [0.7.0](https://github.com/pace-rs/pace/compare/pace-rs-v0.6.3...pace-rs-v0.7.0) - 2024-02-17 ### Added - *(api)* [**breaking**] refine core api and cleanup library interfaces ### Fixed - *(deps)* update rust crate clap_complete to 4.5.1 ([#33](https://github.com/pace-rs/pace/pull/33)) ### Other - format dprint.json - ignore changelog for easier releases - revert fix body in changelog for release-plz because it's not useful - fix body in changelog for release-plz - remove digests from steps, due high maintenance effort - implement more tests for ActivityStore and setup code coverage ([#31](https://github.com/pace-rs/pace/pull/31)) - update discussions link


This PR was generated with release-plz.