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.6.0 #18

Merged
merged 2 commits into from
Feb 14, 2024
Merged

Conversation

simonsan
Copy link
Contributor

🤖 New release

  • pace-rs: 0.5.0 -> 0.6.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:Craft in C:\Users\dailyuse\AppData\Local\Temp\.tmpIjy0r5\pace\src\commands.rs:52

--- 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::Completions, previously in file C:\Users\dailyuse\AppData\Local\Temp\.tmpwMYflm\pace-rs\src\commands.rs:46
Changelog

pace-rs

0.6.0 - 2024-02-14

Added

  • (commands) introduce new pace craft setup command to make onboarding easier (#10)

Other

  • fix version number for usage
  • (pace_core) release v0.5.0 (#17)
  • (pace_cli) release v0.1.0 (#14)
  • update cargo-dist
  • change slogan
  • update readmes
  • remove assets as they can be found in pace-rs/assets repository now
  • update cargo manifests
  • add msrv check
  • add logos from assets repository
  • fmt
  • add git-town config


This PR was generated with release-plz.

@simonsan simonsan enabled auto-merge February 14, 2024 04:10
@simonsan simonsan added this pull request to the merge queue Feb 14, 2024
Merged via the queue into main with commit 9afa645 Feb 14, 2024
@simonsan simonsan deleted the release-plz-2024-02-14T04-06-00Z branch February 14, 2024 04:15
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