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

Merged
merged 1 commit into from
Nov 9, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 9, 2023

🤖 New release

  • vpin: 0.5.0 -> 0.6.0 (⚠️ API breaking changes)

⚠️ vpin breaking changes

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function 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.24.2/src/lints/function_missing.ron

Failed in:
  function vpin::pov::save, previously in file /tmp/.tmp8jiQej/vpin/src/pov/mod.rs:95
  function vpin::pov::load, previously in file /tmp/.tmp8jiQej/vpin/src/pov/mod.rs:89

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.24.2/src/lints/module_missing.ron

Failed in:
  {mod vpin::pov, previously in file /tmp/.tmp8jiQej/vpin/src/pov/mod.rs:1

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct 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.24.2/src/lints/struct_missing.ron

Failed in:
  struct vpin::pov::POV, previously in file /tmp/.tmp8jiQej/vpin/src/pov/mod.rs:11
  struct vpin::pov::Customsettings, previously in file /tmp/.tmp8jiQej/vpin/src/pov/mod.rs:52
  struct vpin::pov::ModePov, previously in file /tmp/.tmp8jiQej/vpin/src/pov/mod.rs:19
Changelog

0.6.0 - 2023-11-09

Other

  • drop pov module as pov support removed in vpinball 10.8 (#24)
  • (deps) update cfb requirement from 0.8.1 to 0.9.0 (#23)


This PR was generated with release-plz.

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@francisdb francisdb merged commit 32e3bd1 into main Nov 9, 2023
@francisdb francisdb deleted the release-plz-2023-11-09T16-57-54Z branch November 9, 2023 16: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