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 v0.0.3 #4

Merged
merged 1 commit into from
Apr 3, 2024
Merged

chore: release v0.0.3 #4

merged 1 commit into from
Apr 3, 2024

Conversation

Boshen
Copy link
Member

@Boshen Boshen commented Apr 1, 2024

🤖 New release

  • cargo-release-oxc: 0.0.2 -> 0.0.3 (⚠️ API breaking changes)

⚠️ cargo-release-oxc 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.30.0/src/lints/constructible_struct_adds_private_field.ron

Failed in:
  field PublishOptions.path in /tmp/.tmpZHNytC/cargo-release-oxc/src/publish.rs:17
  field PublishOptions.upload in /tmp/.tmpZHNytC/cargo-release-oxc/src/publish.rs:21

--- 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.30.0/src/lints/enum_variant_added.ron

Failed in:
  variant ReleaseCommand:RegenerateChangelogs in /tmp/.tmpZHNytC/cargo-release-oxc/src/lib.rs:20
Changelog

0.0.3 - 2024-04-03

Added

  • use --bump for version update
  • add publish command
  • add regenerate_changelogs command

Other

  • improve regenerate_changelogs


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-04-01T08-47-08Z branch 2 times, most recently from 3a2e739 to 010efd7 Compare April 2, 2024 16:30
Signed-off-by: Boshen <1430279+Boshen@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2024-04-01T08-47-08Z branch from 010efd7 to 0062ad5 Compare April 3, 2024 04:16
@Boshen Boshen merged commit 5d311e9 into main Apr 3, 2024
@Boshen Boshen deleted the release-plz-2024-04-01T08-47-08Z branch April 3, 2024 08:45
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