Skip to content

Commit 659b53c

Browse files
committed
Publish i18n-embed-fl v0.10.0
1 parent a6b328d commit 659b53c

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-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
@@ -52,7 +52,7 @@ i18n-build = { version = "0.10.0", path = "./i18n-build" }
5252
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" }
55-
i18n-embed-fl = { version = "0.9.1", path = "./i18n-embed-fl" }
55+
i18n-embed-fl = { version = "0.10.0", path = "./i18n-embed-fl" }
5656
thiserror = "1.0"
5757
log = "0.4"
5858
unic-langid = "0.9"

i18n-embed-fl/CHANGELOG.md

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

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

55
### Dependencies
66

7-
+ Bump `fluent` to 0.17 and `fluent-syntax` to `0.12`.
7+
+ Bump `fluent` to `0.17` and `fluent-syntax` to `0.12`.
8+
+ Bump `i18n-embed` to `0.16`.
9+
10+
These are significant updates to core dependencies, thus I consider this a breaking release.
811

912
### Fixes
1013

i18n-embed-fl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "i18n-embed-fl"
33
description = "Macro to perform compile time checks when using the i18n-embed crate and the fluent localization system"
44
categories = ["localization", "internationalization", "development-tools"]
5-
version = "0.9.4"
5+
version = "0.10.0"
66
authors = ["Luke Frisken <[email protected]>"]
77
edition = "2018"
88
license = "MIT"

0 commit comments

Comments
 (0)