Skip to content

Commit

Permalink
chore: release (#444)
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 Jul 3, 2024
1 parent 4b0b07d commit 87bec4b
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 13 deletions.
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.

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.6.1](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.6.0...mrml-cli-v1.6.1) - 2024-06-30

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

## [1.6.0](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.5.8...mrml-cli-v1.6.0) - 2024-06-13

### Added
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.6.0"
version = "1.6.1"
authors = ["Jérémie Drouet <[email protected]>"]
license = "MIT"
edition = "2018"
Expand All @@ -15,7 +15,7 @@ path = "src/main.rs"
name = "mrml"

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

## [Unreleased]

## [4.0.1](https://github.com/jdrouet/mrml/compare/mrml-v4.0.0...mrml-v4.0.1) - 2024-06-30

### Fixed
- keep whitespaces when need ([#442](https://github.com/jdrouet/mrml/pull/442))
- *(mrml-core)* Fix typo in cfg-features ([#440](https://github.com/jdrouet/mrml/pull/440))

### Other
- *(deps)* Update rustc-hash requirement in /packages/mrml-core ([#436](https://github.com/jdrouet/mrml/pull/436))
- *(mrml-core)* make MjFontAttributes fields public ([#433](https://github.com/jdrouet/mrml/pull/433))

## [4.0.0](https://github.com/jdrouet/mrml/compare/mrml-v3.1.5...mrml-v4.0.0) - 2024-06-13

### 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 = "4.0.0"
version = "4.0.1"
authors = ["Jérémie Drouet <[email protected]>"]
edition = "2018"
license = "MIT"
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.15](https://github.com/jdrouet/mrml/compare/mrml-python-v0.1.14...mrml-python-v0.1.15) - 2024-06-30

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

## [0.1.14](https://github.com/jdrouet/mrml/compare/mrml-python-v0.1.13...mrml-python-v0.1.14) - 2024-06-13

### 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.14"
version = "0.1.15"
authors = ["Jérémie Drouet <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -16,7 +16,7 @@ name = "mrml"
crate-type = ["cdylib"]

[dependencies]
mrml = { version = "4.0.0", path = "../mrml-core", features = [
mrml = { version = "4.0.1", path = "../mrml-core", features = [
"http-loader-ureq",
"local-loader",
] }
Expand Down
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.12](https://github.com/jdrouet/mrml/compare/mrml-wasm-v1.4.11...mrml-wasm-v1.4.12) - 2024-06-30

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

## [1.4.11](https://github.com/jdrouet/mrml/compare/mrml-wasm-v1.4.10...mrml-wasm-v1.4.11) - 2024-06-13

### 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.11"
version = "1.4.12"
authors = ["Jérémie Drouet <[email protected]>"]
edition = "2018"
license = "MIT"
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 = "4.0.0", path = "../mrml-core", default-features = false, features = [
mrml = { version = "4.0.1", path = "../mrml-core", default-features = false, features = [
"parse",
"render",
] }
Expand Down

0 comments on commit 87bec4b

Please sign in to comment.