Skip to content

chore: release v0.5.0#70

Merged
shreyasbhat0 merged 1 commit into
mainfrom
release-plz-2026-05-22T04-50-31Z
May 22, 2026
Merged

chore: release v0.5.0#70
shreyasbhat0 merged 1 commit into
mainfrom
release-plz-2026-05-22T04-50-31Z

Conversation

@github-actions

@github-actions github-actions Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • toon-format: 0.4.6 -> 0.5.0 (⚠ API breaking changes)

toon-format breaking changes

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

Failed in:
  variant Token:SignedInteger in /tmp/.tmpvsvSvH/toon-rust/src/decode/scanner.rs:19
  variant Token:UnsignedInteger in /tmp/.tmpvsvSvH/toon-rust/src/decode/scanner.rs:20

--- 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.47.0/src/lints/enum_variant_missing.ron

Failed in:
  variant Token::Integer, previously in file /tmp/.tmpsX5mtE/toon-format/src/decode/scanner.rs:19
Changelog

0.5.0 - 2026-05-22

Added

  • (layout) expose decoder layout metadata behind cargo feature (#66)

Other

  • Deserialization failure for u64 values larger than i64::MAX (#67)


This PR was generated with release-plz.

@github-actions github-actions Bot requested a review from a team as a code owner May 22, 2026 04:50
@github-actions github-actions Bot force-pushed the release-plz-2026-05-22T04-50-31Z branch from 141ed9c to e8513c7 Compare May 22, 2026 04:52
@shreyasbhat0 shreyasbhat0 merged commit 2136cb1 into main May 22, 2026
@shreyasbhat0 shreyasbhat0 deleted the release-plz-2026-05-22T04-50-31Z branch May 22, 2026 04:53
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