Skip to content

chore: release#643

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-04-26T07-19-34Z
Open

chore: release#643
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-04-26T07-19-34Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 New release

  • mrml: 6.0.1 -> 7.0.0 (⚠ API breaking changes)
  • mrml-wasm: 1.6.1 -> 1.6.2
  • mrml-cli: 1.7.3 -> 1.7.4
  • mrml-python: 0.2.4 -> 0.2.5

mrml 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.46.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant WarningKind::InlineStyleUnsupported 1 -> 2 in /tmp/.tmpHJWqup/mrml/packages/mrml-core/src/prelude/parser/output.rs:10

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

Failed in:
  variant WarningKind:DuplicateAttribute in /tmp/.tmpHJWqup/mrml/packages/mrml-core/src/prelude/parser/output.rs:9
Changelog

mrml

7.0.0 - 2026-04-26

Fixed

  • (mrml-core) warn on duplicate attributes and keep first value (#638)

mrml-wasm

1.6.2 - 2026-04-26

Fixed

  • (mrml-core) warn on duplicate attributes and keep first value (#638)

mrml-cli

1.7.4 - 2026-04-26

Other

  • updated the following local packages: mrml

mrml-python

0.2.5 - 2026-04-26

Other

  • updated the following local packages: mrml


This PR was generated with release-plz.

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