We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce89e87 commit 172f6bbCopy full SHA for 172f6bb
CHANGELOG.md
@@ -4,7 +4,12 @@
4
5
- …
6
7
-## fluent-locale 0.8.0 (September 10, 2019
+## fluent-locale 0.9.0 (October 1, 2019)
8
+
9
+ - Use AsRef as bounds in negotiation.
10
+ - Support unic-langid with full CLDR backed likelysubtags behind "cldr" feature.
11
12
+## fluent-locale 0.8.0 (September 10, 2019)
13
14
- Update to `unic-langid` 0.5.
15
Cargo.toml
@@ -3,7 +3,7 @@ name = "fluent-locale"
3
description = """
A library for language and locale negotiation.
"""
-version = "0.8.0"
+version = "0.9.0"
authors = ["Zibi Braniecki <[email protected]>"]
homepage = "http://projectfluent.org/"
license = "Apache-2.0"
0 commit comments