Skip to content

Commit 7c53d3e

Browse files
committed
Publish i18n-build and i18n-embed
+ i18n-embed v0.16.0 + i18n-build v0.10.3
1 parent ae88dc7 commit 7c53d3e

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ members = [
4949
[workspace.dependencies]
5050
rust-embed = "8.0"
5151
i18n-build = { version = "0.10.0", path = "./i18n-build" }
52-
i18n-embed = { version = "0.15.4", path = "./i18n-embed" }
52+
i18n-embed = { version = "0.16.0", path = "./i18n-embed" }
5353
i18n-embed-impl = { version = "0.8.4", path = "./i18n-embed/i18n-embed-impl" }
5454
i18n-config = { version = "0.4.7", path = "./i18n-config" }
5555
i18n-embed-fl = { version = "0.9.1", path = "./i18n-embed-fl" }

i18n-build/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for `i18n-build`
22

3+
## v0.10.3
4+
5+
### Dependencies
6+
7+
+ Bump `i18n-embed` to `v0.16.0`.
8+
39
## v0.10.2
410

511
### Documentation

i18n-embed/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog for `i18n-embed`
22

3-
## master
3+
## v0.16.0
44

55
### Fixes
66

@@ -9,7 +9,8 @@
99

1010
### Dependencies
1111

12-
+ Bump `fluent` to 0.17 and `fluent-syntax` to `0.12`.
12+
+ Bump `fluent` to 0.17 and `fluent-syntax` to `0.12`.
13+
+ Considering this is such a central dependency, I've decided to treat this as a breaking change.
1314

1415
### Documentation
1516

i18n-embed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT"
99
name = "i18n-embed"
1010
readme = "README.md"
1111
repository = "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-embed"
12-
version = "0.15.4"
12+
version = "0.16.0"
1313

1414
[package.metadata.docs.rs]
1515
all-features = true

0 commit comments

Comments
 (0)