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

@github-actions github-actions Bot commented Apr 26, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

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

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

Failed in:
  variant WarningKind::InlineStyleUnsupported 1 -> 2 in /tmp/.tmpZtG9Fz/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.48.0/src/lints/enum_variant_added.ron

Failed in:
  variant Error:UnsupportedIncludeKind in /tmp/.tmpZtG9Fz/mrml/packages/mrml-core/src/prelude/parser/mod.rs:80
  variant WarningKind:DuplicateAttribute in /tmp/.tmpZtG9Fz/mrml/packages/mrml-core/src/prelude/parser/output.rs:9
Changelog

mrml

7.0.0 - 2026-07-02

Fixed

  • also consider carriage return when skipping empty tokens (#656)
  • (mrml-core) return typed error for unsupported mj-include type instead of panicking (#647)
  • (mrml-core) accept unitless zero in Pixel::try_from (#644)
  • (mrml-core) warn on duplicate attributes and keep first value (#638)

Other

  • add zed-mjml to the list of what is using it (#649)

mrml-python

0.2.5 - 2026-07-02

Other

  • (deps) Bump pyo3 from 0.28.3 to 0.29.0 (#648)

mrml-wasm

1.6.2 - 2026-07-02

Fixed

  • (mrml-core) return typed error for unsupported mj-include type instead of panicking (#647)
  • (mrml-core) warn on duplicate attributes and keep first value (#638)

mrml-cli

1.7.4 - 2026-07-02

Other

  • updated the following local packages: mrml


This PR was generated with release-plz.

@github-actions
github-actions Bot force-pushed the release-plz-2026-04-26T07-19-34Z branch 3 times, most recently from f563a3d to 345e7a7 Compare June 11, 2026 06:07
@github-actions
github-actions Bot force-pushed the release-plz-2026-04-26T07-19-34Z branch 3 times, most recently from 0ef0690 to 23d05d2 Compare June 22, 2026 10:39
@github-actions
github-actions Bot force-pushed the release-plz-2026-04-26T07-19-34Z branch from 23d05d2 to a651f35 Compare June 29, 2026 09:10
@github-actions
github-actions Bot force-pushed the release-plz-2026-04-26T07-19-34Z branch from a651f35 to 6ae2225 Compare July 2, 2026 10:25
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