Skip to content

Commit

Permalink
chore: release (#340)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 1, 2023
1 parent 55f839c commit 97979f2
Show file tree
Hide file tree
Showing 15 changed files with 140 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions packages/mrml-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +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]

## [1.4.0](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.3.3...mrml-cli-v1.4.0) - 2023-12-01

### Added
- *(mrml-cli)* bump mrml version

### Other
- bump mrml-core to 2.0.0-rc.7
- bump mrml-core to 2.0.0-rc.6
- *(mrml-core)* bump to 2.0.0-rc4
- format code using rustfmt and create config
- *(mrml-cli)* Update clap to 4.3
- *(deps)* Update env_logger requirement in /packages/mrml-cli ([#309](https://github.com/jdrouet/mrml/pull/309))
- move license files
- move back mrml-cli to repository
- move code source to only keep mrml-core
2 changes: 1 addition & 1 deletion 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.3.3"
version = "1.4.0"
authors = ["Jérémie Drouet <[email protected]>"]
license-file = "license.md"
edition = "2018"
Expand Down
13 changes: 13 additions & 0 deletions packages/mrml-core/lib/common-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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/mrml-common-macros-v0.1.0...mrml-common-macros-v0.1.1) - 2023-12-01

### Other
- *(mrml-core)* bump syn and darling ([#330](https://github.com/jdrouet/mrml/pull/330))
- format code using rustfmt and create config
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.0"
version = "0.1.1"
authors = ["Jérémie Drouet <[email protected]>"]
edition = "2021"
license-file = "../../license.md"
Expand Down
12 changes: 12 additions & 0 deletions packages/mrml-core/lib/css-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/css-compare-v0.1.0...css-compare-v0.1.1) - 2023-12-01

### Other
- bump deps ([#328](https://github.com/jdrouet/mrml/pull/328))
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.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/jdrouet/mrml"

Expand Down
12 changes: 12 additions & 0 deletions packages/mrml-core/lib/mrml-json-macros/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/mrml-json-macros-v0.1.0...mrml-json-macros-v0.1.1) - 2023-12-01

### Other
- *(mrml-core)* bump syn and darling ([#330](https://github.com/jdrouet/mrml/pull/330))
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.0"
version = "0.1.1"
authors = ["Jérémie Drouet <[email protected]>"]
edition = "2021"
license-file = "../../license.md"
Expand Down
12 changes: 12 additions & 0 deletions packages/mrml-core/lib/mrml-macros/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/mrml-macros-v0.1.0...mrml-macros-v0.1.1) - 2023-12-01

### Other
- *(mrml-core)* bump syn and darling ([#330](https://github.com/jdrouet/mrml/pull/330))
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.0"
version = "0.1.1"
authors = ["Jérémie Drouet <[email protected]>"]
edition = "2021"
license-file = "../../license.md"
Expand Down
12 changes: 12 additions & 0 deletions packages/mrml-core/lib/mrml-print-macros/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/mrml-print-macros-v0.1.0...mrml-print-macros-v0.1.1) - 2023-12-01

### Other
- *(mrml-core)* bump syn and darling ([#330](https://github.com/jdrouet/mrml/pull/330))
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.0"
version = "0.1.1"
authors = ["Jérémie Drouet <[email protected]>"]
edition = "2021"
license-file = "../../license.md"
Expand Down
42 changes: 42 additions & 0 deletions packages/mrml-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# 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.3.0](https://github.com/jdrouet/mrml/compare/mrml-wasm-v1.2.3...mrml-wasm-v1.3.0) - 2023-12-01

### Added
- handle properly async mj-include ([#346](https://github.com/jdrouet/mrml/pull/346))
- implement an async parser ([#338](https://github.com/jdrouet/mrml/pull/338))
- *(mrml-wasm)* add mj-include feature ([#316](https://github.com/jdrouet/mrml/pull/316))
- *(mrml-wasm)* create wasm package ([#312](https://github.com/jdrouet/mrml/pull/312))
- *(wasm)* add toJson, toMjml and validate

### Fixed
- *(mrml-wasm)* disable_comments is in camelCase
- *(json)* add serde to mrml-wasm

### Other
- bump mrml-core to 2.0.0-rc.7
- bump mrml-core to 2.0.0-rc.6
- bump deps ([#328](https://github.com/jdrouet/mrml/pull/328))
- *(deps)* Update serde-wasm-bindgen requirement from 0.5 to 0.6 in /packages/mrml-wasm ([#327](https://github.com/jdrouet/mrml/pull/327))
- *(mrml-core)* bump to 2.0.0-rc4
- *(mrml-core)* use a single MrmlParser structure with a visitor pattern ([#317](https://github.com/jdrouet/mrml/pull/317))
- format code using rustfmt and create config
- *(mrml-wasm)* add test with disabling comments
- *(mrml-wasm)* update node example to have test command
- *(mrml-wasm)* add browser example ([#315](https://github.com/jdrouet/mrml/pull/315))
- *(mrml-wasm)* add node example with a test ([#313](https://github.com/jdrouet/mrml/pull/313))
- *(mrml-wasm)* update readme
- move code source to only keep mrml-core
- apply clippy suggestions
- *(mrml-wasm)* release version 1.2.3
- *(mrml-wasm)* release version 1.2.2
- *(mrml-wasm)* release version 1.2.1
- release version 1.2.0
- release version 1.1.0
- rename packages folder
2 changes: 1 addition & 1 deletion packages/mrml-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mrml-wasm"
version = "1.2.3"
version = "1.3.0"
authors = ["Jérémie Drouet <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 97979f2

Please sign in to comment.