Skip to content

Commit

Permalink
chore: release (#366)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 10, 2024
1 parent 0ce2a00 commit 8a2fd5a
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 7 deletions.
6 changes: 3 additions & 3 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.4.4](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.4.3...mrml-cli-v1.4.4) - 2024-02-10

### Other
- *(deps)* Update env_logger requirement in /packages/mrml-cli ([#367](https://github.com/jdrouet/mrml/pull/367))

## [1.4.3](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.4.2...mrml-cli-v1.4.3) - 2023-12-19

### 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.3"
version = "1.4.4"
authors = ["Jérémie Drouet <jeremie.drouet@gmail.com>"]
license-file = "license.md"
edition = "2018"
Expand Down
9 changes: 9 additions & 0 deletions packages/mrml-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.1](https://github.com/jdrouet/mrml/compare/mrml-v3.0.0...mrml-v3.0.1) - 2024-02-10

### Fixed
- *(mrml-core)* update template and fix mj-section with comment ([#372](https://github.com/jdrouet/mrml/pull/372))
- *(mrml-core)* alias remove to shift_remove when using orderedmap ([#371](https://github.com/jdrouet/mrml/pull/371))

### Other
- *(deps)* Bump h2 from 0.3.21 to 0.3.24 ([#365](https://github.com/jdrouet/mrml/pull/365))

## [3.0.0](https://github.com/jdrouet/mrml/compare/mrml-v2.1.1...mrml-v3.0.0) - 2023-12-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/mrml-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mrml"
description = "Rust implementation of MJML renderer"
keywords = ["email", "mjml"]
version = "3.0.0"
version = "3.0.1"
authors = ["Jérémie Drouet <jeremie.drouet@gmail.com>"]
edition = "2018"
license-file = "license.md"
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.2](https://github.com/jdrouet/mrml/compare/mrml-python-v0.1.1...mrml-python-v0.1.2) - 2024-02-10

### Other
- updated the following local packages: mrml

## [0.1.1](https://github.com/jdrouet/mrml/compare/mrml-python-v0.1.0...mrml-python-v0.1.1) - 2023-12-19

### Other
Expand Down
4 changes: 2 additions & 2 deletions 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.1"
version = "0.1.2"
authors = ["Jérémie Drouet <jeremie.drouet@gmail.com>"]
edition = "2021"
license-file = "license.md"
Expand All @@ -16,5 +16,5 @@ name = "mrml"
crate-type = ["cdylib"]

[dependencies]
mrml = { version = "3.0.0", path = "../mrml-core" }
mrml = { version = "3.0.1", path = "../mrml-core" }
pyo3 = { version = "0.20.0", features = ["extension-module"] }

0 comments on commit 8a2fd5a

Please sign in to comment.