-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7272087
commit bf60275
Showing
21 changed files
with
80 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml-cli" | ||
description = "CLI for the Rust implementation of MJML renderer" | ||
keywords = ["cli", "email", "mjml"] | ||
version = "1.5.3" | ||
version = "1.5.4" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
license = "MIT" | ||
edition = "2018" | ||
|
@@ -15,7 +15,7 @@ path = "src/main.rs" | |
name = "mrml" | ||
|
||
[dependencies] | ||
mrml = { version = "3.1.1", path = "../mrml-core", features = [ | ||
mrml = { version = "3.1.2", path = "../mrml-core", features = [ | ||
"http-loader-ureq", | ||
"local-loader", | ||
] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml" | ||
description = "Rust implementation of MJML renderer" | ||
keywords = ["email", "mjml"] | ||
version = "3.1.1" | ||
version = "3.1.2" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml-common-macros" | ||
description = "Common macros for the MRML crate" | ||
keywords = ["email", "mjml"] | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 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.1](https://github.com/jdrouet/mrml/compare/html-compare-v0.1.0...html-compare-v0.1.1) - 2024-03-21 | ||
|
||
### Other | ||
- switch license to MIT ([#388](https://github.com/jdrouet/mrml/pull/388)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml-json-macros" | ||
description = "Macros for the JSON feature of the MRML crate" | ||
keywords = ["email", "mjml"] | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml-macros" | ||
description = "Macros for the MRML crate" | ||
keywords = ["email", "mjml"] | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml-print-macros" | ||
description = "Macros for the print feature of the MRML crate" | ||
keywords = ["email", "mjml"] | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml-python" | ||
description = "Python wrapping on MRML" | ||
keywords = ["email", "mjml"] | ||
version = "0.1.8" | ||
version = "0.1.9" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT" | ||
|
@@ -16,7 +16,7 @@ name = "mrml" | |
crate-type = ["cdylib"] | ||
|
||
[dependencies] | ||
mrml = { version = "3.1.1", path = "../mrml-core", features = [ | ||
mrml = { version = "3.1.2", path = "../mrml-core", features = [ | ||
"http-loader-ureq", | ||
"local-loader", | ||
] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml-wasm" | ||
description = "Wasm wrapping on MRML" | ||
keywords = ["email", "mjml"] | ||
version = "1.4.6" | ||
version = "1.4.7" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
@@ -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.1.1", path = "../mrml-core", default-features = false, features = [ | ||
mrml = { version = "3.1.2", path = "../mrml-core", default-features = false, features = [ | ||
"parse", | ||
"render", | ||
] } | ||
|