Skip to content
Closed
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
12 changes: 6 additions & 6 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.0.0", path = "../../packages/mrml-core", features = [
mrml = { version = "6.0.0", path = "../../packages/mrml-core", features = [
"async",
"http-loader-async-reqwest",
] }
Expand Down
14 changes: 14 additions & 0 deletions packages/mrml-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

### Other

- use dtolnay/rust-toolchain ([#542](https://github.com/jdrouet/mrml/pull/542))
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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.0"
version = "1.7.1"
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.0.0", path = "../mrml-core", features = [
mrml = { version = "6.0.0", path = "../mrml-core", features = [
"http-loader-ureq",
"local-loader",
] }
Expand Down
28 changes: 28 additions & 0 deletions packages/mrml-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,32 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

### Added

- local-loader path should not always include protocol ([#555](https://github.com/jdrouet/mrml/pull/555))
- enabling conditional comments ([#533](https://github.com/jdrouet/mrml/pull/533))

### Fixed

- *(mrml-core)* mj-divider align property with values left/right take no effect ([#540](https://github.com/jdrouet/mrml/pull/540))
- update resources and adjust conditional comments ([#545](https://github.com/jdrouet/mrml/pull/545))

### Other

- remove deprecated type alias
- update readme with tested code ([#556](https://github.com/jdrouet/mrml/pull/556))
- fix clippy lint
- use dtolnay/rust-toolchain ([#542](https://github.com/jdrouet/mrml/pull/542))
- *(deps)* bump all dependencies ([#541](https://github.com/jdrouet/mrml/pull/541))
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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.0.0"
version = "6.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
14 changes: 14 additions & 0 deletions packages/mrml-core/lib/css-compare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.5](https://github.com/jdrouet/mrml/compare/css-compare-v0.1.4...css-compare-v0.1.5) - 2025-08-23

### Other

- *(deps)* bump all dependencies ([#541](https://github.com/jdrouet/mrml/pull/541))
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand Down
2 changes: 1 addition & 1 deletion packages/mrml-core/lib/css-compare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "css-compare"
description = "A simple library to compare css stylesheets"
license = "MIT"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
repository = "https://github.com/jdrouet/mrml"

Expand Down
19 changes: 19 additions & 0 deletions packages/mrml-core/lib/html-compare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.5](https://github.com/jdrouet/mrml/compare/html-compare-v0.1.4...html-compare-v0.1.5) - 2025-08-23

### Fixed

- *(mrml-core)* mj-divider align property with values left/right take no effect ([#540](https://github.com/jdrouet/mrml/pull/540))
- update resources and adjust conditional comments ([#545](https://github.com/jdrouet/mrml/pull/545))

### Other

- *(deps)* bump all dependencies ([#541](https://github.com/jdrouet/mrml/pull/541))
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
Expand Down
2 changes: 1 addition & 1 deletion packages/mrml-core/lib/html-compare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "html-compare"
description = "A simple library to compare html files"
license = "MIT"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
repository = "https://github.com/jdrouet/mrml"

Expand Down
23 changes: 23 additions & 0 deletions packages/mrml-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

### Added

- *(mrml-python)* expose title and preview ([#538](https://github.com/jdrouet/mrml/pull/538))

### Fixed

- update documentation to match API change ([#523](https://github.com/jdrouet/mrml/pull/523))

### Other

- *(deps)* bump all dependencies ([#541](https://github.com/jdrouet/mrml/pull/541))
- run python tests on all platforms ([#520](https://github.com/jdrouet/mrml/pull/520))
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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.0"
version = "0.2.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand All @@ -16,7 +16,7 @@ name = "mrml"
crate-type = ["cdylib"]

[dependencies]
mrml = { version = "5.0.0", path = "../mrml-core", features = [
mrml = { version = "6.0.0", path = "../mrml-core", features = [
"http-loader-ureq",
"local-loader",
] }
Expand Down
16 changes: 16 additions & 0 deletions packages/mrml-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

### Other

- update examples dependencies
- use dtolnay/rust-toolchain ([#542](https://github.com/jdrouet/mrml/pull/542))
- *(deps)* bump all dependencies ([#541](https://github.com/jdrouet/mrml/pull/541))
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
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.0"
version = "1.5.1"
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.0.0", path = "../mrml-core", default-features = false, features = [
mrml = { version = "6.0.0", path = "../mrml-core", default-features = false, features = [
"parse",
"render",
] }
Expand Down