jdrouet / mrml

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

chore: release #340

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 9 months ago

🤖 New release

Changelog

## `mrml-cli`

## [1.4.0](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.3.3...mrml-cli-v1.4.0) - 2023-12-01 ### Added - *(mrml-cli)* bump mrml version ### Other - bump mrml-core to 2.0.0-rc.7 - bump mrml-core to 2.0.0-rc.6 - *(mrml-core)* bump to 2.0.0-rc4 - format code using rustfmt and create config - *(mrml-cli)* Update clap to 4.3 - *(deps)* Update env_logger requirement in /packages/mrml-cli ([#309](https://github.com/jdrouet/mrml/pull/309)) - move license files - move back mrml-cli to repository - move code source to only keep mrml-core
## `mrml-json-macros`
## [0.1.1](https://github.com/jdrouet/mrml/compare/mrml-json-macros-v0.1.0...mrml-json-macros-v0.1.1) - 2023-12-01 ### Other - *(mrml-core)* bump syn and darling ([#330](https://github.com/jdrouet/mrml/pull/330))
## `mrml-common-macros`
## [0.1.1](https://github.com/jdrouet/mrml/compare/mrml-common-macros-v0.1.0...mrml-common-macros-v0.1.1) - 2023-12-01 ### Other - *(mrml-core)* bump syn and darling ([#330](https://github.com/jdrouet/mrml/pull/330)) - format code using rustfmt and create config
## `mrml-macros`
## [0.1.1](https://github.com/jdrouet/mrml/compare/mrml-macros-v0.1.0...mrml-macros-v0.1.1) - 2023-12-01 ### Other - *(mrml-core)* bump syn and darling ([#330](https://github.com/jdrouet/mrml/pull/330))
## `mrml-print-macros`
## [0.1.1](https://github.com/jdrouet/mrml/compare/mrml-print-macros-v0.1.0...mrml-print-macros-v0.1.1) - 2023-12-01 ### Other - *(mrml-core)* bump syn and darling ([#330](https://github.com/jdrouet/mrml/pull/330))
## `css-compare`
## [0.1.1](https://github.com/jdrouet/mrml/compare/css-compare-v0.1.0...css-compare-v0.1.1) - 2023-12-01 ### Other - bump deps ([#328](https://github.com/jdrouet/mrml/pull/328))
## `mrml-wasm`
## [1.3.0](https://github.com/jdrouet/mrml/compare/mrml-wasm-v1.2.3...mrml-wasm-v1.3.0) - 2023-12-01 ### Added - handle properly async mj-include ([#346](https://github.com/jdrouet/mrml/pull/346)) - implement an async parser ([#338](https://github.com/jdrouet/mrml/pull/338)) - *(mrml-wasm)* add mj-include feature ([#316](https://github.com/jdrouet/mrml/pull/316)) - *(mrml-wasm)* create wasm package ([#312](https://github.com/jdrouet/mrml/pull/312)) - *(wasm)* add toJson, toMjml and validate ### Fixed - *(mrml-wasm)* disable_comments is in camelCase - *(json)* add serde to mrml-wasm ### Other - bump mrml-core to 2.0.0-rc.7 - bump mrml-core to 2.0.0-rc.6 - bump deps ([#328](https://github.com/jdrouet/mrml/pull/328)) - *(deps)* Update serde-wasm-bindgen requirement from 0.5 to 0.6 in /packages/mrml-wasm ([#327](https://github.com/jdrouet/mrml/pull/327)) - *(mrml-core)* bump to 2.0.0-rc4 - *(mrml-core)* use a single MrmlParser structure with a visitor pattern ([#317](https://github.com/jdrouet/mrml/pull/317)) - format code using rustfmt and create config - *(mrml-wasm)* add test with disabling comments - *(mrml-wasm)* update node example to have test command - *(mrml-wasm)* add browser example ([#315](https://github.com/jdrouet/mrml/pull/315)) - *(mrml-wasm)* add node example with a test ([#313](https://github.com/jdrouet/mrml/pull/313)) - *(mrml-wasm)* update readme - move code source to only keep mrml-core - apply clippy suggestions - *(mrml-wasm)* release version 1.2.3 - *(mrml-wasm)* release version 1.2.2 - *(mrml-wasm)* release version 1.2.1 - release version 1.2.0 - release version 1.1.0 - rename packages folder


This PR was generated with release-plz.