francisdb / vpin

Rust library for the visual/virtual pinball ecosystem
MIT License
3 stars 1 forks source link

chore: release v0.14.0 #71

Closed github-actions[bot] closed 6 months ago

github-actions[bot] commented 6 months ago

🤖 New release

⚠️ 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.31.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ImageDataBits.lzw_compressed_data in /tmp/.tmpuC4y61/vpin/src/vpx/image.rs:38

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

Failed in:
  field data of struct ImageDataBits, previously in file /tmp/.tmpMoxsB5/vpin/src/vpx/image.rs:36
Changelog

## [0.14.0](https://github.com/francisdb/vpin/compare/v0.13.0...v0.14.0) - 2024-05-08 ### Fixed - *(vpx)* bmp image export/import ([#69](https://github.com/francisdb/vpin/pull/69))


This PR was generated with release-plz.