Skip to content

Commit 113b35c

Browse files
committed
fluent-locale-rs 0.7.0
1 parent c11e3fa commit 113b35c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

55
-
66

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+
713
## fluent-locale 0.6.0 (July 24, 2019)
814

915
- Switch to use `unic-langid` (but allow for `unic-locale`).

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.6.0"
6+
version = "0.7.0"
77
authors = ["Zibi Braniecki <[email protected]>"]
88
homepage = "http://projectfluent.org/"
99
license = "Apache-2.0"

0 commit comments

Comments
 (0)