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 c11e3fa commit 113b35cCopy full SHA for 113b35c
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
- …
6
7
+## fluent-locale 0.7.0 (July 30, 2019)
8
+
9
+ - Update `unic-langid` to 0.4.
10
+ - Switch benchmark to criterion.
11
+ - Update helper functions to be more generic.
12
13
## fluent-locale 0.6.0 (July 24, 2019)
14
15
- Switch to use `unic-langid` (but allow for `unic-locale`).
Cargo.toml
@@ -3,7 +3,7 @@ name = "fluent-locale"
3
description = """
A library for language and locale negotiation.
"""
-version = "0.6.0"
+version = "0.7.0"
authors = ["Zibi Braniecki <[email protected]>"]
homepage = "http://projectfluent.org/"
license = "Apache-2.0"
0 commit comments