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 8711c27 commit fd1ba3fCopy full SHA for fd1ba3f
CHANGELOG.md
@@ -4,6 +4,11 @@
4
5
- …
6
7
+## fluent-langneg 0.14.0 (December 13, 2023)
8
+
9
+ - Move from using `unic-langid` to `icu-locid`.
10
+ - Re-export `LanguageIdentifier`.
11
12
## fluent-langneg 0.13.0 (May 6, 2020)
13
14
- Update `unic-langid` to 0.9.
Cargo.toml
@@ -3,7 +3,7 @@ name = "fluent-langneg"
3
description = """
A library for language and locale negotiation.
"""
-version = "0.13.0"
+version = "0.14.0"
authors = ["Zibi Braniecki <[email protected]>"]
homepage = "http://projectfluent.org/"
license = "Apache-2.0"
0 commit comments