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 17afc79 commit ef2d093Copy full SHA for ef2d093
CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
- …
6
7
+## fluent-locale 0.6.0 (July 24, 2019)
8
+
9
+ - Switch to use `unic-langid` (but allow for `unic-locale`).
10
+ - Refactor the API to handle fallible lists.
11
12
## fluent-locale 0.5.0 (June 16, 2019)
13
14
- Separate out `unic-langid` and `unic-locale` into new crates.
Cargo.toml
@@ -3,7 +3,7 @@ name = "fluent-locale"
3
description = """
A library for language and locale negotiation.
"""
-version = "0.5.0"
+version = "0.6.0"
authors = ["Zibi Braniecki <[email protected]>"]
homepage = "http://projectfluent.org/"
license = "Apache-2.0"
0 commit comments