Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
  • Loading branch information
jdrouet committed Feb 28, 2024
1 parent dd501a8 commit 05f71ff
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
8 changes: 4 additions & 4 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.6](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.4.5...mrml-python-v1.4.6) - 2024-02-28

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

## [1.4.5](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.4.4...mrml-cli-v1.4.5) - 2024-02-24

### Other
Expand Down
6 changes: 3 additions & 3 deletions 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.5"
version = "1.4.6"
authors = ["Jérémie Drouet <jeremie.drouet@gmail.com>"]
license-file = "license.md"
edition = "2018"
Expand All @@ -15,8 +15,8 @@ path = "src/main.rs"
name = "mrml"

[dependencies]
mrml = { version = "3.0", path = "../mrml-core" }
clap = { version = "4.3", features = ["derive"] }
mrml = { version = "3.0.3", path = "../mrml-core" }
clap = { version = "4.5", features = ["derive"] }
env_logger = "0.11"
log = "0.4"
serde = { version = "1.0", features = ["derive"] }
Expand Down
5 changes: 5 additions & 0 deletions packages/mrml-core/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]

## [3.0.3](https://github.com/jdrouet/mrml/compare/mrml-v3.0.2...mrml-v3.0.3) - 2024-02-28

### Fixed
- *(mrml-core)* apply mj-attributes inside mj-include tags ([#378](https://github.com/jdrouet/mrml/pull/378))

## [3.0.2](https://github.com/jdrouet/mrml/compare/mrml-v3.0.1...mrml-v3.0.2) - 2024-02-24

### 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.2"
version = "3.0.3"
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.4](https://github.com/jdrouet/mrml/compare/mrml-python-v0.1.3...mrml-python-v0.1.4) - 2024-02-28

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

## [0.1.3](https://github.com/jdrouet/mrml/compare/mrml-python-v0.1.2...mrml-python-v0.1.3) - 2024-02-24

### 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.3"
version = "0.1.4"
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.2", path = "../mrml-core" }
mrml = { version = "3.0.3", path = "../mrml-core" }
pyo3 = { version = "0.20.0", features = ["extension-module"] }
5 changes: 5 additions & 0 deletions packages/mrml-wasm/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.3](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.4.2...mrml-python-v1.4.3) - 2024-02-28

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

## [1.4.2](https://github.com/jdrouet/mrml/compare/mrml-wasm-v1.4.1...mrml-wasm-v1.4.2) - 2024-01-09

### Other
Expand Down
4 changes: 2 additions & 2 deletions packages/mrml-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mrml-wasm"
description = "Wasm wrapping on MRML"
keywords = ["email", "mjml"]
version = "1.4.2"
version = "1.4.3"
authors = ["Jérémie Drouet <jeremie.drouet@gmail.com>"]
edition = "2018"
license-file = "license.md"
Expand All @@ -25,7 +25,7 @@ reqwest-include-loader = ["async", "mrml/http-loader-async-reqwest"]
# code size when deploying.
console_error_panic_hook = { version = "0.1.7", optional = true }

mrml = { version = "3.0", path = "../mrml-core", default-features = false, features = [
mrml = { version = "3.0.3", path = "../mrml-core", default-features = false, features = [
"parse",
"render",
] }
Expand Down

0 comments on commit 05f71ff

Please sign in to comment.