Skip to content

Commit c13f89e

Browse files
committed
fluent-bundle 0.14.3
1 parent 6f30f4a commit c13f89e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

fluent-bundle/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
-
66

7+
## fluent-bundle 0.14.3 (January 24, 2021)
8+
- Use the `Parser::parse_runtime` in `FluentResource::try_new`.
9+
- Update to `fluent-syntax` 0.10.2.
10+
711
## fluent-bundle 0.14.2 (January 21, 2021)
812
- Switch to `FxHash` for entry hashing.
913

fluent-bundle/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
A localization system designed to unleash the entire expressive power of
55
natural language translations.
66
"""
7-
version = "0.14.2"
7+
version = "0.14.3"
88
edition = "2018"
99
authors = [
1010
"Zibi Braniecki <[email protected]>",
@@ -27,7 +27,7 @@ include = [
2727

2828
[dependencies]
2929
fluent-langneg = "0.13"
30-
fluent-syntax = { version = "0.10.1", path = "../fluent-syntax" }
30+
fluent-syntax = { version = "0.10.2", path = "../fluent-syntax" }
3131
intl_pluralrules = "7.0.1"
3232
ouroboros = "0.7"
3333
smallvec = "1"

0 commit comments

Comments
 (0)