Skip to content

Commit ef2d093

Browse files
committed
fluent-locale-rs 0.6.0
1 parent 17afc79 commit ef2d093

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

55
-
66

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+
712
## fluent-locale 0.5.0 (June 16, 2019)
813

914
- Separate out `unic-langid` and `unic-locale` into new crates.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "fluent-locale"
33
description = """
44
A library for language and locale negotiation.
55
"""
6-
version = "0.5.0"
6+
version = "0.6.0"
77
authors = ["Zibi Braniecki <[email protected]>"]
88
homepage = "http://projectfluent.org/"
99
license = "Apache-2.0"

0 commit comments

Comments
 (0)