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

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)
  • html-compare: 0.1.5 -> 0.1.6 (✓ API compatible changes)
  • mrml-cli: 1.7.3 -> 1.7.4
  • mrml-python: 0.2.4 -> 0.2.5
  • mrml-wasm: 1.6.1 -> 1.6.2

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

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

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

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct 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.50.0/src/lints/struct_missing.ron

Failed in:
  struct mrml::prelude::hash::Map, previously in file /tmp/.tmpiRiM5p/mrml/src/prelude/hash.rs:17
  struct mrml::prelude::hash::Set, previously in file /tmp/.tmpiRiM5p/mrml/src/prelude/hash.rs:77
Changelog

mrml

7.0.0 - 2026-09-13

Fixed

  • (mrml-core) make local loader containment hold (#695)
  • (mrml-core) forward layout context through mj-include (#696)
  • 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

  • fold css-compare into html-compare (#691)
  • (mrml-core) scope the dead_code allow to the render feature (#690)
  • (mrml-core) merge the dense and pretty printers (#682)
  • (mrml-core) replace the Map and Set newtypes with type aliases (#683)
  • (mrml-core) simplify the spacing and sort helpers (#681)
  • (deps) remove unused itertools dependency (#677)
  • rewrap comments for current nightly rustfmt (#673)
  • (deps) Bump mjml from 4.18.0 to 5.0.0 in /scripts (#653)
  • add zed-mjml to the list of what is using it (#649)

html-compare

0.1.6 - 2026-09-13

Other

  • fold css-compare into html-compare (#691)
  • rewrap comments for current nightly rustfmt (#673)

mrml-cli

1.7.4 - 2026-09-13

Other

  • (mrml-cli) read input files with fs::read_to_string (#680)

mrml-python

0.2.5 - 2026-09-13

Other

  • (mrml-python) inline the single-caller warning converter (#689)
  • (deps) Bump pyo3 from 0.28.3 to 0.29.0 (#648)

mrml-wasm

1.6.2 - 2026-09-13

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)

Other

  • (mrml-wasm) remove orphan utils module and ignored release profile (#678)
  • (deps-dev) Bump mocha from 11.8.0 to 12.0.0 in /packages/mrml-wasm/examples/node (#669)


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 2 times, most recently from a651f35 to 6ae2225 Compare July 2, 2026 10:25
@github-actions
github-actions Bot force-pushed the release-plz-2026-04-26T07-19-34Z branch 6 times, most recently from 9c71f7d to aa36a4d Compare July 30, 2026 08:32
@github-actions
github-actions Bot force-pushed the release-plz-2026-04-26T07-19-34Z branch 16 times, most recently from 3902cc7 to 0dd38aa Compare September 13, 2026 10:23
@github-actions
github-actions Bot force-pushed the release-plz-2026-04-26T07-19-34Z branch 2 times, most recently from b549b97 to 463a47f Compare September 13, 2026 13:09
@github-actions
github-actions Bot force-pushed the release-plz-2026-04-26T07-19-34Z branch from 463a47f to 766c20e Compare September 13, 2026 17:57
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