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

Merged
merged 1 commit into from Feb 28, 2024
Merged

chore: release #58

merged 1 commit into from Feb 28, 2024

Conversation

simonsan
Copy link
Contributor

@simonsan simonsan commented Feb 28, 2024

🤖 New release

  • pace_cli: 0.3.0 -> 0.4.0 (✓ API compatible changes)
  • pace_core: 0.11.0 -> 0.12.0 (⚠️ API breaking changes)
  • pace-rs: 0.9.0 -> 0.10.0 (⚠️ API breaking changes)

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

Other

  • (commands) [breaking] Move a lot of the commands into pace-core (#56)

pace_core

0.12.0 - 2024-02-28

Fixed

  • (deps) update rust crate log to 0.4.21 (#57)

Other

  • (commands) [breaking] Move a lot of the commands into pace-core (#56)

pace-rs

0.10.0 - 2024-02-28

Fixed

  • (deps) update rust crate log to 0.4.21 (#57)

Other

  • (commands) [breaking] Move a lot of the commands into pace-core (#56)


This PR was generated with release-plz.

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
@simonsan simonsan force-pushed the release-plz-2024-02-28T22-55-31Z branch from 387c5e0 to 94a7bea Compare February 28, 2024 23:30
@simonsan simonsan marked this pull request as ready for review February 28, 2024 23:45
@simonsan simonsan added this pull request to the merge queue Feb 28, 2024
Merged via the queue into main with commit 004d109 Feb 28, 2024
35 checks passed
@simonsan simonsan deleted the release-plz-2024-02-28T22-55-31Z branch February 28, 2024 23:54
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