Skip to content

Commit

Permalink
chore: release (#3)
Browse files Browse the repository at this point in the history
mf1: 0.1.2 -> 0.1.3
mf1-macros: 0.1.2 -> 0.1.3
mf1-parser: 0.1.2 -> 0.1.3
  • Loading branch information
JadedBlueEyes authored Jul 22, 2024
2 parents 554d98a + 3aab447 commit 5e45079
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

19 changes: 19 additions & 0 deletions crates/mf1-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.3](https://github.com/JadedBlueEyes/messageformat/compare/mf1-macros-v0.1.2...mf1-macros-v0.1.3) - 2024-07-22

### Documentation

- Add more badges to README files in [`77c587b`](https://github.com/JadedBlueEyes/messageformat/commit/77c587b5222b26032dfa40eb8777cf0af3f9a32f)

### Features

- Add support for subkeys in [`eb65424`](https://github.com/JadedBlueEyes/messageformat/commit/eb65424120fd80964057950b95975546265962f6)

### Miscellaneous Tasks

- Add `repository` to Cargo.toml files in [`f08a90a`](https://github.com/JadedBlueEyes/messageformat/commit/f08a90a8f25cb89d5c1996d992fabec191eda186)

### Refactor

- Start implementing subkeys in [`a040e7e`](https://github.com/JadedBlueEyes/messageformat/commit/a040e7ea88ce34d328b1f3d82ef488c8c8738ec9)
[0.1.3]: https://github.com/JadedBlueEyes/messageformat/compare/0.1.2..0.1.3

## [0.1.2] - 2024-07-12

### Documentation
Expand Down
4 changes: 2 additions & 2 deletions crates/mf1-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mf1-macros"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Macros for the mf1 crate"
Expand All @@ -13,7 +13,7 @@ proc-macro = true

[dependencies]
convert_case = "0.6.0"
mf1-parser = { version = "0.1.2", path = "../mf1-parser" }
mf1-parser = { version = "0.1.3", path = "../mf1-parser" }
proc-macro2 = "1.0.86"
quote = "1.0.36"
serde = { version = "1.0.203", features = ["derive"] }
Expand Down
11 changes: 11 additions & 0 deletions crates/mf1-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.3](https://github.com/JadedBlueEyes/messageformat/compare/mf1-parser-v0.1.2...mf1-parser-v0.1.3) - 2024-07-22

### Documentation

- Add more badges to README files in [`77c587b`](https://github.com/JadedBlueEyes/messageformat/commit/77c587b5222b26032dfa40eb8777cf0af3f9a32f)

### Miscellaneous Tasks

- Add `repository` to Cargo.toml files in [`f08a90a`](https://github.com/JadedBlueEyes/messageformat/commit/f08a90a8f25cb89d5c1996d992fabec191eda186)
[0.1.3]: https://github.com/JadedBlueEyes/messageformat/compare/0.1.2..0.1.3

## [0.1.2] - 2024-07-12

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion crates/mf1-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mf1-parser"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Parse ICU MessageFormat 1 syntax"
Expand Down
11 changes: 11 additions & 0 deletions crates/mf1/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.3](https://github.com/JadedBlueEyes/messageformat/compare/mf1-v0.1.2...mf1-v0.1.3) - 2024-07-22

### Documentation

- Add more badges to README files in [`77c587b`](https://github.com/JadedBlueEyes/messageformat/commit/77c587b5222b26032dfa40eb8777cf0af3f9a32f)

### Miscellaneous Tasks

- Add `repository` to Cargo.toml files in [`f08a90a`](https://github.com/JadedBlueEyes/messageformat/commit/f08a90a8f25cb89d5c1996d992fabec191eda186)
[0.1.3]: https://github.com/JadedBlueEyes/messageformat/compare/0.1.2..0.1.3

## [0.1.2] - 2024-07-12

### Documentation
Expand Down
4 changes: 2 additions & 2 deletions crates/mf1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mf1"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Use ICU MessageFormat 1 to internationalise your apps"
Expand All @@ -10,7 +10,7 @@ homepage = "https://github.com/JadedBlueEyes/messageformat/tree/main/crates/mf1"

[dependencies]

mf1-macros = { path = "../mf1-macros", version = "0.1.2", optional = true}
mf1-macros = { path = "../mf1-macros", version = "0.1.3", optional = true}

[features]

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
mf1 = { version = "0.1.2", path = "../../crates/mf1" }
mf1 = { version = "0.1.3", path = "../../crates/mf1" }

[package.metadata.mf1]
locales = ["en", "es"]
2 changes: 1 addition & 1 deletion examples/kitchen-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
expect-test = "1.5.0"

mf1 = { version = "0.1.2", path = "../../crates/mf1" }
mf1 = { version = "0.1.3", path = "../../crates/mf1" }

[package.metadata.mf1]
locales = ["en", "es"]

0 comments on commit 5e45079

Please sign in to comment.