jdrouet / mrml

Implementation of mjml in rust
MIT License
330 stars 19 forks source link

chore: release #360

Closed github-actions[bot] closed 8 months ago

github-actions[bot] commented 8 months ago

🤖 New release

⚠️ 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.26.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type MrmlParser is no longer Sync, in /tmp/.tmpHyZskS/mrml/packages/mrml-core/src/prelude/parser/mod.rs:363
  type MrmlParser is no longer Send, in /tmp/.tmpHyZskS/mrml/packages/mrml-core/src/prelude/parser/mod.rs:363
  type ParserOptions is no longer Sync, in /tmp/.tmpHyZskS/mrml/packages/mrml-core/src/prelude/parser/mod.rs:92
  type ParserOptions is no longer Send, in /tmp/.tmpHyZskS/mrml/packages/mrml-core/src/prelude/parser/mod.rs:92
Changelog

## `mrml`

## [3.0.0](https://github.com/jdrouet/mrml/compare/mrml-v2.1.1...mrml-v3.0.0) - 2023-12-19 ### Fixed - *(mrml-core)* make sure we can parse ([#359](https://github.com/jdrouet/mrml/pull/359)) - *(mrml-core)* remove Sync and Send from include loader ([#357](https://github.com/jdrouet/mrml/pull/357))
## `mrml-python`
## [0.1.1](https://github.com/jdrouet/mrml/compare/mrml-python-v0.1.0...mrml-python-v0.1.1) - 2023-12-19 ### Other - *(mrml-python)* update Cargo.toml - *(mrml-core)* rename Options to RenderOptions ([#352](https://github.com/jdrouet/mrml/pull/352)) - *(mrml-python)* update readme - release ([#350](https://github.com/jdrouet/mrml/pull/350))
## `mrml-cli`
## [1.4.3](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.4.2...mrml-cli-v1.4.3) - 2023-12-19 ### Other - updated the following local packages: mrml


This PR was generated with release-plz.