Skip to content

Commit

Permalink
chore: release (#394)
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 Mar 21, 2024
1 parent 7272087 commit bf60275
Show file tree
Hide file tree
Showing 21 changed files with 80 additions and 23 deletions.
20 changes: 10 additions & 10 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.5.4](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.5.3...mrml-cli-v1.5.4) - 2024-03-21

### Other
- switch license to MIT ([#388](https://github.com/jdrouet/mrml/pull/388))

## [1.5.3](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.5.2...mrml-cli-v1.5.3) - 2024-03-19

### 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.5.3"
version = "1.5.4"
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 = "3.1.1", path = "../mrml-core", features = [
mrml = { version = "3.1.2", path = "../mrml-core", features = [
"http-loader-ureq",
"local-loader",
] }
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.1.2](https://github.com/jdrouet/mrml/compare/mrml-v3.1.1...mrml-v3.1.2) - 2024-03-21

### Other
- switch license to MIT ([#388](https://github.com/jdrouet/mrml/pull/388))

## [3.1.1](https://github.com/jdrouet/mrml/compare/mrml-v3.1.0...mrml-v3.1.1) - 2024-03-19

### Other
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.1.1"
version = "3.1.2"
authors = ["Jérémie Drouet <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
5 changes: 5 additions & 0 deletions packages/mrml-core/lib/common-macros/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.3](https://github.com/jdrouet/mrml/compare/mrml-common-macros-v0.1.2...mrml-common-macros-v0.1.3) - 2024-03-21

### Other
- switch license to MIT ([#388](https://github.com/jdrouet/mrml/pull/388))

## [0.1.2](https://github.com/jdrouet/mrml/compare/mrml-common-macros-v0.1.1...mrml-common-macros-v0.1.2) - 2023-12-04

### Other
Expand Down
2 changes: 1 addition & 1 deletion packages/mrml-core/lib/common-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions packages/mrml-core/lib/css-compare/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.2](https://github.com/jdrouet/mrml/compare/css-compare-v0.1.1...css-compare-v0.1.2) - 2024-03-21

### Other
- switch license to MIT ([#388](https://github.com/jdrouet/mrml/pull/388))

## [0.1.1](https://github.com/jdrouet/mrml/compare/css-compare-v0.1.0...css-compare-v0.1.1) - 2023-12-01

### Other
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.1"
version = "0.1.2"
edition = "2021"
repository = "https://github.com/jdrouet/mrml"

Expand Down
12 changes: 12 additions & 0 deletions packages/mrml-core/lib/html-compare/CHANGELOG.md
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))
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.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/jdrouet/mrml"

Expand Down
5 changes: 5 additions & 0 deletions packages/mrml-core/lib/mrml-json-macros/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.3](https://github.com/jdrouet/mrml/compare/mrml-json-macros-v0.1.2...mrml-json-macros-v0.1.3) - 2024-03-21

### Other
- switch license to MIT ([#388](https://github.com/jdrouet/mrml/pull/388))

## [0.1.2](https://github.com/jdrouet/mrml/compare/mrml-json-macros-v0.1.1...mrml-json-macros-v0.1.2) - 2023-12-04

### Other
Expand Down
2 changes: 1 addition & 1 deletion packages/mrml-core/lib/mrml-json-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions packages/mrml-core/lib/mrml-macros/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.3](https://github.com/jdrouet/mrml/compare/mrml-macros-v0.1.2...mrml-macros-v0.1.3) - 2024-03-21

### Other
- switch license to MIT ([#388](https://github.com/jdrouet/mrml/pull/388))

## [0.1.2](https://github.com/jdrouet/mrml/compare/mrml-macros-v0.1.1...mrml-macros-v0.1.2) - 2023-12-04

### Other
Expand Down
2 changes: 1 addition & 1 deletion packages/mrml-core/lib/mrml-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 5 additions & 0 deletions packages/mrml-core/lib/mrml-print-macros/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.3](https://github.com/jdrouet/mrml/compare/mrml-print-macros-v0.1.2...mrml-print-macros-v0.1.3) - 2024-03-21

### Other
- switch license to MIT ([#388](https://github.com/jdrouet/mrml/pull/388))

## [0.1.2](https://github.com/jdrouet/mrml/compare/mrml-print-macros-v0.1.1...mrml-print-macros-v0.1.2) - 2023-12-04

### Other
Expand Down
2 changes: 1 addition & 1 deletion packages/mrml-core/lib/mrml-print-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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.9](https://github.com/jdrouet/mrml/compare/mrml-python-v0.1.8...mrml-python-v0.1.9) - 2024-03-21

### Other
- switch license to MIT ([#388](https://github.com/jdrouet/mrml/pull/388))

## [0.1.8](https://github.com/jdrouet/mrml/compare/mrml-python-v0.1.7...mrml-python-v0.1.8) - 2024-03-19

### 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.8"
version = "0.1.9"
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 = "3.1.1", path = "../mrml-core", features = [
mrml = { version = "3.1.2", 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.7](https://github.com/jdrouet/mrml/compare/mrml-wasm-v1.4.6...mrml-wasm-v1.4.7) - 2024-03-21

### Other
- switch license to MIT ([#388](https://github.com/jdrouet/mrml/pull/388))

## [1.4.6](https://github.com/jdrouet/mrml/compare/mrml-wasm-v1.4.5...mrml-wasm-v1.4.6) - 2024-03-19

### 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.6"
version = "1.4.7"
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 = "3.1.1", path = "../mrml-core", default-features = false, features = [
mrml = { version = "3.1.2", path = "../mrml-core", default-features = false, features = [
"parse",
"render",
] }
Expand Down

0 comments on commit bf60275

Please sign in to comment.