Skip to content

Commit 8c9a6d6

Browse files
committed
fluent 0.14.4
1 parent 70b159b commit 8c9a6d6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

fluent/CHANGELOG.md

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

55
-
66

7+
## fluent 0.14.4 (January 31, 2021)
8+
- Update `fluent-bundle` to 0.14.4.
9+
710
## fluent 0.14.3 (January 24, 2021)
811
- Update `fluent-bundle` to 0.14.3.
912

fluent/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.3"
7+
version = "0.14.4"
88
edition = "2018"
99
authors = [
1010
"Zibi Braniecki <gandalf@mozilla.com>",
@@ -26,6 +26,6 @@ include = [
2626
]
2727

2828
[dependencies]
29-
fluent-bundle = { version = "0.14.3", path = "../fluent-bundle" }
29+
fluent-bundle = { version = "0.14.4", path = "../fluent-bundle" }
3030
unic-langid = "0.9"
3131
fluent-pseudo = { version = "0.2", optional = true }

0 commit comments

Comments
 (0)