Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #38

Merged
merged 1 commit into from Feb 22, 2024
Merged

chore: release #38

merged 1 commit into from Feb 22, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 19, 2024

🤖 New release

  • pace_cli: 0.2.0 -> 0.2.1 (✓ API compatible changes)
  • pace_core: 0.8.0 -> 0.9.0 (⚠️ API breaking changes)
  • pace_server: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • pace-rs: 0.7.0 -> 0.7.1 (✓ API compatible changes)

⚠️ 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 - 2024-02-22

Other

  • Improve testability and overall usability (#37)
  • add pace-server library
  • update asset auto size
  • update asset auto size

pace_core

0.9.0 - 2024-02-22

Fixed

  • (deps) update serde monorepo to 1.0.197 (#40)
  • (clippy) apply clippy lints for main

Other

  • cleanup crates
  • Improve testability and overall usability (#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 - 2024-02-22

Other

  • cleanup crates
  • Improve testability and overall usability (#37)
  • update changelog

pace-rs

0.7.1 - 2024-02-22

Fixed

  • (deps) update serde monorepo to 1.0.197 (#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)
  • (deps) update rust crate assert_cmd to 2.0.14 (#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.

@github-actions github-actions bot force-pushed the release-plz-2024-02-19T09-38-13Z branch 4 times, most recently from eb9fc06 to d3a5ae3 Compare February 22, 2024 13:12
@simonsan simonsan closed this Feb 22, 2024
@simonsan simonsan reopened this Feb 22, 2024
@simonsan simonsan marked this pull request as ready for review February 22, 2024 13:18
@simonsan simonsan added this pull request to the merge queue Feb 22, 2024
@simonsan simonsan removed this pull request from the merge queue due to a manual request Feb 22, 2024
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2024-02-19T09-38-13Z branch from d3a5ae3 to e8268ed Compare February 22, 2024 13:27
@simonsan simonsan closed this Feb 22, 2024
@simonsan simonsan reopened this Feb 22, 2024
@simonsan simonsan added this pull request to the merge queue Feb 22, 2024
Merged via the queue into main with commit baab0bb Feb 22, 2024
29 checks passed
@simonsan simonsan deleted the release-plz-2024-02-19T09-38-13Z branch February 22, 2024 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant