Skip to content

chore: release v0.6.0 - #18

Open
github-actions[bot] wants to merge 1 commit into
developfrom
release-plz-2026-08-03T03-28-57Z
Open

chore: release v0.6.0#18
github-actions[bot] wants to merge 1 commit into
developfrom
release-plz-2026-08-03T03-28-57Z

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • flatzinc-serde: 0.5.1 -> 0.6.0 (⚠ API breaking changes)

flatzinc-serde breaking changes

--- 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.48.0/src/lints/enum_missing.ron

Failed in:
  enum flatzinc_serde::AnnotationArgument, previously in file /tmp/.tmposOXoS/flatzinc-serde/src/lib.rs:169

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

Failed in:
  variant AnnotationLiteral:Literal in /tmp/.tmpRdB9M6/flatzinc-serde/src/lib.rs:198

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant 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.48.0/src/lints/enum_variant_missing.ron

Failed in:
  variant AnnotationLiteral::Int, previously in file /tmp/.tmposOXoS/flatzinc-serde/src/lib.rs:199
  variant AnnotationLiteral::Float, previously in file /tmp/.tmposOXoS/flatzinc-serde/src/lib.rs:201
  variant AnnotationLiteral::Variable, previously in file /tmp/.tmposOXoS/flatzinc-serde/src/lib.rs:207
  variant AnnotationLiteral::Bool, previously in file /tmp/.tmposOXoS/flatzinc-serde/src/lib.rs:209
  variant AnnotationLiteral::IntSet, previously in file /tmp/.tmposOXoS/flatzinc-serde/src/lib.rs:215
  variant AnnotationLiteral::FloatSet, previously in file /tmp/.tmposOXoS/flatzinc-serde/src/lib.rs:222
  variant AnnotationLiteral::String, previously in file /tmp/.tmposOXoS/flatzinc-serde/src/lib.rs:228
Changelog

0.6.0 - 2026-08-03

Added

  • [breaking] add opt-in interior mutability via a Ref type parameter
  • use Arc for AnnotationLiteral

Other

  • update dependencies


This PR was generated with release-plz.

@github-actions
github-actions Bot force-pushed the release-plz-2026-08-03T03-28-57Z branch from 7864327 to d6ba315 Compare August 3, 2026 05:15
@github-actions
github-actions Bot force-pushed the release-plz-2026-08-03T03-28-57Z branch from d6ba315 to 9b7cc1d Compare August 3, 2026 06:11
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.

0 participants