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(pace-rs): release v0.5.0 #5

Merged
merged 1 commit into from
Feb 12, 2024
Merged

Conversation

simonsan
Copy link
Contributor

🤖 New release

  • pace-rs: 0.4.0 -> 0.5.0 (⚠️ API breaking changes)

⚠️ pace-rs breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.28.0/src/lints/enum_variant_added.ron

Failed in:
  variant PaceCmd:Completions in C:\Users\dailyuse\AppData\Local\Temp\.tmptuIRmm\pace\src\commands.rs:46
  variant PaceCmd:Review in C:\Users\dailyuse\AppData\Local\Temp\.tmptuIRmm\pace\src\commands.rs:65

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that 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/enum_variant_missing.ron

Failed in:
  variant PaceCmd::Report, previously in file C:\Users\dailyuse\AppData\Local\Temp\.tmpsLXAUf\pace-rs\src\commands.rs:61
Changelog

pace-rs

0.5.0 - 2024-02-12

Added

  • (core) subdivide storage trait and apply fixes
    (#3)


This PR was generated with release-plz.

@simonsan simonsan added this pull request to the merge queue Feb 12, 2024
Merged via the queue into main with commit 9b9c87b Feb 12, 2024
22 checks passed
@simonsan simonsan deleted the release-plz-2024-02-12T19-16-49Z branch February 12, 2024 19:25
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