jdrouet / mrml

Implementation of mjml in rust
MIT License
336 stars 21 forks source link

chore: release #446

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

🤖 New release

Changelog

## `mrml`

## [5.0.0](https://github.com/jdrouet/mrml/compare/mrml-v4.0.1...mrml-v5.0.0) - 2024-08-11 ### Added - improve error handling ([#452](https://github.com/jdrouet/mrml/pull/452)) - parsing warnings and improve errors ([#451](https://github.com/jdrouet/mrml/pull/451)) ### Other - apply format changes - rename json traits to json prefix - stop returning impl ([#449](https://github.com/jdrouet/mrml/pull/449)) - *(mrml-core)* base all component on the same struct ([#448](https://github.com/jdrouet/mrml/pull/448)) - *(mrml-core)* introduce proper errors for size parsing ([#447](https://github.com/jdrouet/mrml/pull/447)) - remove to_owned call - make size, pixel, percent copy ([#445](https://github.com/jdrouet/mrml/pull/445))
## `mrml-cli`
## [1.7.0](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.6.1...mrml-cli-v1.7.0) - 2024-08-11 ### Added - improve error handling ([#452](https://github.com/jdrouet/mrml/pull/452)) - parsing warnings and improve errors ([#451](https://github.com/jdrouet/mrml/pull/451))
## `mrml-python`
## [0.1.16](https://github.com/jdrouet/mrml/compare/mrml-python-v0.1.15...mrml-python-v0.1.16) - 2024-08-11 ### Added - parsing warnings and improve errors ([#451](https://github.com/jdrouet/mrml/pull/451)) ### Fixed - *(mrml-python)* turn PyOSError into PyIOError
## `mrml-wasm`
## [1.5.0](https://github.com/jdrouet/mrml/compare/mrml-wasm-v1.4.12...mrml-wasm-v1.5.0) - 2024-08-11 ### Added - improve error handling ([#452](https://github.com/jdrouet/mrml/pull/452)) - parsing warnings and improve errors ([#451](https://github.com/jdrouet/mrml/pull/451)) ### Other - *(mrml-core)* base all component on the same struct ([#448](https://github.com/jdrouet/mrml/pull/448))


This PR was generated with release-plz.