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.10.0 #46

Merged
merged 1 commit into from
Mar 21, 2024
Merged

chore: release v0.10.0 #46

merged 1 commit into from
Mar 21, 2024

Conversation

github-actions[bot]
Copy link
Contributor

🤖 New release

  • vpin: 0.9.0 -> 0.10.0 (⚠️ API breaking changes)

⚠️ vpin breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        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_field.ron

Failed in:
  field GameData.locked in /tmp/.tmpKwMHCU/vpin/src/vpx/gamedata.rs:229

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field 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.29.1/src/lints/struct_pub_field_missing.ron

Failed in:
  field is_locked of struct GameData, previously in file /tmp/.tmpDY4GgY/vpin/src/vpx/gamedata.rs:224
Changelog

0.10.0 - 2024-03-21

Fixed

  • serialization issues (#45)


This PR was generated with release-plz.

@francisdb francisdb merged commit 5dadc1e into main Mar 21, 2024
@francisdb francisdb deleted the release-plz-2024-03-21T18-46-30Z branch March 21, 2024 18:51
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