Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

2 changes: 1 addition & 1 deletion examples/axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
axum = { version = "0.8", features = ["macros"] }
mrml = { version = "5.1.0", path = "../../packages/mrml-core", features = [
mrml = { version = "6.0.0", path = "../../packages/mrml-core", features = [
"async",
"http-loader-async-reqwest",
] }
Expand Down
6 changes: 6 additions & 0 deletions packages/mrml-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.2](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.7.1...mrml-cli-v1.7.2) - 2025-12-29

### Other

- updated the following local packages: mrml

## [1.7.1](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.7.0...mrml-cli-v1.7.1) - 2025-11-16

### Other
Expand Down
4 changes: 2 additions & 2 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.7.1"
version = "1.7.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand All @@ -16,7 +16,7 @@ path = "src/main.rs"
name = "mrml"

[dependencies]
mrml = { version = "5.1.0", path = "../mrml-core", features = [
mrml = { version = "6.0.0", path = "../mrml-core", features = [
"http-loader-ureq",
"local-loader",
] }
Expand Down
11 changes: 11 additions & 0 deletions packages/mrml-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.0.0](https://github.com/jdrouet/mrml/compare/mrml-v5.1.0...mrml-v6.0.0) - 2025-12-29

### Added

- add CSS inlining support for mj-style with inline attribute ([#537](https://github.com/jdrouet/mrml/pull/537))

### Other

- fix `result.startswith` in Python usage demo ([#589](https://github.com/jdrouet/mrml/pull/589))
- improve readme wording ([#571](https://github.com/jdrouet/mrml/pull/571))

## [5.1.0](https://github.com/jdrouet/mrml/compare/mrml-v5.0.0...mrml-v5.1.0) - 2025-11-16

### Added
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 = "5.1.0"
version = "6.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions packages/mrml-python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](https://github.com/jdrouet/mrml/compare/mrml-python-v0.2.1...mrml-python-v0.2.2) - 2025-12-29

### Added

- add CSS inlining support for mj-style with inline attribute ([#537](https://github.com/jdrouet/mrml/pull/537))

## [0.2.1](https://github.com/jdrouet/mrml/compare/mrml-python-v0.2.0...mrml-python-v0.2.1) - 2025-11-16

### Added
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.2.1"
version = "0.2.2"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand All @@ -16,7 +16,7 @@ name = "mrml"
crate-type = ["cdylib"]

[dependencies]
mrml = { version = "5.1.0", path = "../mrml-core", features = [
mrml = { version = "6.0.0", path = "../mrml-core", features = [
"http-loader-ureq",
"local-loader",
"css-inline",
Expand Down
6 changes: 6 additions & 0 deletions packages/mrml-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.6.0](https://github.com/jdrouet/mrml/compare/mrml-wasm-v1.5.1...mrml-wasm-v1.6.0) - 2025-12-29

### Added

- add CSS inlining support for mj-style with inline attribute ([#537](https://github.com/jdrouet/mrml/pull/537))

## [1.5.1](https://github.com/jdrouet/mrml/compare/mrml-wasm-v1.5.0...mrml-wasm-v1.5.1) - 2025-11-16

### Fixed
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.5.1"
version = "1.6.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
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 = "5.1.0", path = "../mrml-core", default-features = false, features = [
mrml = { version = "6.0.0", path = "../mrml-core", default-features = false, features = [
"parse",
"render",
] }
Expand Down