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.13.0 #64

Merged
merged 1 commit into from
Apr 24, 2024
Merged

chore: release v0.13.0 #64

merged 1 commit into from
Apr 24, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 19, 2024

🤖 New release

  • vpin: 0.12.0 -> 0.13.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.30.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field GameData.camera_layout_mode in /tmp/.tmpueCXvX/vpin/src/vpx/gamedata.rs:272

--- 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 vpin::vpx::gameitem::ramp::RampImageAlignment, previously in file /tmp/.tmpfE0n9E/vpin/src/vpx/gameitem/ramp.rs:126
  enum vpin::vpx::gameitem::flasher::ImageAlignment, previously in file /tmp/.tmpfE0n9E/vpin/src/vpx/gameitem/flasher.rs:105

--- 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 PlungerType:Unknown in /tmp/.tmpueCXvX/vpin/src/vpx/gameitem/plunger.rs:11

--- 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:
  Color::from_argb, previously in file /tmp/.tmpfE0n9E/vpin/src/vpx/color.rs:86
  Color::new_bgr, previously in file /tmp/.tmpfE0n9E/vpin/src/vpx/color.rs:94
  Color::bgr, previously in file /tmp/.tmpfE0n9E/vpin/src/vpx/color.rs:102
  Color::argb, previously in file /tmp/.tmpfE0n9E/vpin/src/vpx/color.rs:110
  Color::biff_read_argb, previously in file /tmp/.tmpfE0n9E/vpin/src/vpx/color.rs:139
  Color::biff_read_bgr, previously in file /tmp/.tmpfE0n9E/vpin/src/vpx/color.rs:147
  Color::biff_write_argb, previously in file /tmp/.tmpfE0n9E/vpin/src/vpx/color.rs:155
  Color::biff_write_bgr, previously in file /tmp/.tmpfE0n9E/vpin/src/vpx/color.rs:162

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        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/pub_module_level_const_missing.ron

Failed in:
  VIEW_LAYOUT_MODE_CAMERA in file /tmp/.tmpfE0n9E/vpin/src/vpx/gamedata.rs:18
  VIEW_LAYOUT_MODE_LEGACY in file /tmp/.tmpfE0n9E/vpin/src/vpx/gamedata.rs:17
  VIEW_LAYOUT_MODE_WINDOW in file /tmp/.tmpfE0n9E/vpin/src/vpx/gamedata.rs:19

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

Failed in:
  field clmo of struct GameData, previously in file /tmp/.tmpfE0n9E/vpin/src/vpx/gamedata.rs:76
Changelog

0.13.0 - 2024-04-24

Added

  • improve json color fields, add gamedata enums (#66)

Other

  • back to macos-latest (#67)
  • pin to macOS-13
  • example for programmatic table creation (#65)
  • document discord channel


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore: release v0.12.1 chore: release v0.13.0 Apr 21, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-04-19T11-52-41Z branch 3 times, most recently from b34cde5 to de67f42 Compare April 24, 2024 08:05
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot force-pushed the release-plz-2024-04-19T11-52-41Z branch from de67f42 to c2b94f8 Compare April 24, 2024 11:37
@francisdb francisdb merged commit bc0fbda into main Apr 24, 2024
@francisdb francisdb deleted the release-plz-2024-04-19T11-52-41Z branch April 24, 2024 11:59
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