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

Merged
merged 1 commit into from
Mar 24, 2024
Merged

chore: release #107

merged 1 commit into from
Mar 24, 2024

Conversation

simonsan
Copy link
Contributor

@simonsan simonsan commented Mar 24, 2024

🤖 New release

  • pace_core: 0.18.0 -> 0.19.0 (⚠️ API breaking changes)
  • pace-rs: 0.15.1 -> 0.15.2 (✓ API compatible changes)

⚠️ 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 - 2024-03-24

Other

  • remove pace_testing crate and migrate it to integration test (#108)

pace-rs

0.15.2 - 2024-03-24

Added

  • (completions) add nushell completions

Other

  • remove pace_testing crate and migrate it to integration test (#108)
  • ignore tests that use utc locally and only run them in ci


This PR was generated with release-plz.

@simonsan simonsan force-pushed the release-plz-2024-03-24T17-37-14Z branch from fb3ce22 to 4ef99ac Compare March 24, 2024 18:45
Signed-off-by: simonsan <[email protected]>
@simonsan simonsan changed the title chore(pace-rs): release v0.15.2 chore: release Mar 24, 2024
@simonsan simonsan force-pushed the release-plz-2024-03-24T17-37-14Z branch from 4ef99ac to 52d8000 Compare March 24, 2024 19:52
@simonsan simonsan marked this pull request as ready for review March 24, 2024 20:02
@simonsan simonsan added this pull request to the merge queue Mar 24, 2024
Merged via the queue into main with commit aff742b Mar 24, 2024
39 checks passed
@simonsan simonsan deleted the release-plz-2024-03-24T17-37-14Z branch March 24, 2024 20:08
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.

1 participant