Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 17, 2025

🤖 New release

  • mrml: 5.1.0 -> 6.0.0 (⚠ API breaking changes)
  • mrml-python: 0.2.1 -> 0.2.2
  • mrml-wasm: 1.5.1 -> 1.6.0
  • mrml-cli: 1.7.1 -> 1.7.2

mrml breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.45.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Error is no longer UnwindSafe, in /tmp/.tmpYMr66m/mrml/packages/mrml-core/src/prelude/render/mod.rs:18
  type Error is no longer RefUnwindSafe, in /tmp/.tmpYMr66m/mrml/packages/mrml-core/src/prelude/render/mod.rs:18

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

Failed in:
  variant WarningKind:InlineStyleUnsupported in /tmp/.tmpYMr66m/mrml/packages/mrml-core/src/prelude/parser/output.rs:9
  variant Error:InlineCSS in /tmp/.tmpYMr66m/mrml/packages/mrml-core/src/prelude/render/mod.rs:25

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn 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.45.0/src/lints/inherent_method_missing.ron

Failed in:
  Component::is_inline, previously in file /tmp/.tmpwkJ3no/mrml/src/mj_style/mod.rs:32
Changelog

mrml

6.0.0 - 2025-12-29

Added

  • add CSS inlining support for mj-style with inline attribute (#537)

Other

  • fix result.startswith in Python usage demo (#589)
  • improve readme wording (#571)

mrml-python

0.2.2 - 2025-12-29

Added

  • add CSS inlining support for mj-style with inline attribute (#537)

mrml-wasm

1.6.0 - 2025-12-29

Added

  • add CSS inlining support for mj-style with inline attribute (#537)

mrml-cli

1.7.2 - 2025-12-29

Other

  • updated the following local packages: mrml


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-11-17T21-40-38Z branch 3 times, most recently from c713a7c to 3f2e24c Compare December 12, 2025 06:38
@github-actions github-actions bot force-pushed the release-plz-2025-11-17T21-40-38Z branch 5 times, most recently from 8314685 to fe67b14 Compare December 29, 2025 19:15
@github-actions github-actions bot force-pushed the release-plz-2025-11-17T21-40-38Z branch from fe67b14 to 628b322 Compare December 29, 2025 19:30
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