Skip to content

Commit 20b0562

Browse files
committed
Bump version of i18n-embed-fl to 0.9.1 ready for publish
1 parent 0f3115c commit 20b0562

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
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
@@ -51,7 +51,7 @@ rust-embed = "8.0"
5151
i18n-build = { version = "0.10.0", path = "./i18n-build" }
5252
i18n-embed = { version = "0.15.0", path = "./i18n-embed" }
5353
i18n-config = { version = "0.4.7", path = "./i18n-config" }
54-
i18n-embed-fl = { version = "0.8.1", path = "./i18n-embed-fl" }
54+
i18n-embed-fl = { version = "0.9.1", path = "./i18n-embed-fl" }
5555
thiserror = "1.0"
5656
log = "0.4"
5757
unic-langid = "0.9"

i18n-embed-fl/CHANGELOG.md

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

3+
## v0.9.1
4+
5+
### Fixes
6+
7+
+ Fix broken test/build due to version bump needed in root Cargo.toml.
8+
+ Use domain override thanks to @Matt3o12 [#124](https://github.com/kellpossible/cargo-i18n/pull/124).
9+
310
## v0.9.0
411

512
### Internal

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.0"
5+
version = "0.9.1"
66
authors = ["Luke Frisken <[email protected]>"]
77
edition = "2018"
88
license = "MIT"

0 commit comments

Comments
 (0)