Skip to content

Commit

Permalink
chore: release (#382)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 1, 2024
1 parent 907229e commit 247e0ef
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/mrml-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.0](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.4.6...mrml-cli-v1.5.0) - 2024-03-01

### Added
- *(mrml-cli)* handle mj-include with http and local loaders ([#380](https://github.com/jdrouet/mrml/pull/380))

## [1.4.6](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.4.5...mrml-python-v1.4.6) - 2024-02-28

### Other
Expand Down
2 changes: 1 addition & 1 deletion packages/mrml-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mrml-cli"
description = "CLI for the Rust implementation of MJML renderer"
keywords = ["cli", "email", "mjml"]
version = "1.4.6"
version = "1.5.0"
authors = ["Jérémie Drouet <[email protected]>"]
license-file = "license.md"
edition = "2018"
Expand Down
5 changes: 5 additions & 0 deletions packages/mrml-python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5](https://github.com/jdrouet/mrml/compare/mrml-python-v0.1.4...mrml-python-v0.1.5) - 2024-03-01

### Added
- *(mrml-python)* implement mj-include ([#381](https://github.com/jdrouet/mrml/pull/381))

## [0.1.4](https://github.com/jdrouet/mrml/compare/mrml-python-v0.1.3...mrml-python-v0.1.4) - 2024-02-28

### Other
Expand Down
2 changes: 1 addition & 1 deletion packages/mrml-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mrml-python"
description = "Python wrapping on MRML"
keywords = ["email", "mjml"]
version = "0.1.4"
version = "0.1.5"
authors = ["Jérémie Drouet <[email protected]>"]
edition = "2021"
license-file = "license.md"
Expand Down

0 comments on commit 247e0ef

Please sign in to comment.