Skip to content

chore: release v0.2.0 - #4

Merged
h4x0r merged 1 commit into
mainfrom
release-plz-2026-07-28T22-47-18Z
Jul 29, 2026
Merged

chore: release v0.2.0#4
h4x0r merged 1 commit into
mainfrom
release-plz-2026-07-28T22-47-18Z

Conversation

@h4x0r

@h4x0r h4x0r commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • blob-decoder: 0.1.1 -> 0.2.0 (⚠ API breaking changes)

blob-decoder breaking changes

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant BlobKind::Utf16Le 10 -> 12 in /tmp/.tmpO7ZANX/blob-decoder/src/lib.rs:73
  variant BlobKind::Utf8Text 11 -> 13 in /tmp/.tmpO7ZANX/blob-decoder/src/lib.rs:75
  variant BlobKind::Unknown 12 -> 14 in /tmp/.tmpO7ZANX/blob-decoder/src/lib.rs:77

--- 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 BlobKind:V8Serialized in /tmp/.tmpO7ZANX/blob-decoder/src/lib.rs:68
  variant BlobKind:BlinkSerialized in /tmp/.tmpO7ZANX/blob-decoder/src/lib.rs:71
Changelog

0.2.0 - 2026-07-29

Added

  • (v8/blink) GREEN — recursive V8/Blink value deserializer over real fixtures


This PR was generated with release-plz.

@h4x0r
h4x0r force-pushed the release-plz-2026-07-28T22-47-18Z branch from 9b26fa4 to 4503a82 Compare July 29, 2026 07:49
@h4x0r
h4x0r force-pushed the release-plz-2026-07-28T22-47-18Z branch from 4503a82 to 6414187 Compare July 29, 2026 08:25
@h4x0r
h4x0r merged commit e58b06a into main Jul 29, 2026
13 checks passed
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