Skip to content

Commit f5c27ae

Browse files
author
Zibi Braniecki
committed
fluent-bundle 0.5.0
1 parent 00e84ba commit f5c27ae

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

fluent-bundle/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-bundle 0.5.0 (January 31, 2019)
8+
9+
- Update to fluent-syntax 0.8
10+
- Add unicode escaping
11+
- Align with zero-copy parser
12+
713
## fluent 0.4.3 (October 13, 2018)
814

915
- Support Sync+Send in Entry (#70)

fluent-bundle/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
A localization system designed to unleash the entire expressive power of
55
natural language translations.
66
"""
7-
version = "0.4.3"
7+
version = "0.5.0"
88
edition = "2018"
99
authors = [
1010
"Zibi Braniecki <[email protected]>",
@@ -19,12 +19,12 @@ categories = ["localization", "internationalization"]
1919

2020
[dependencies]
2121
fluent-locale = "^0.4.1"
22-
fluent-syntax = { path = "../fluent-syntax" }
22+
fluent-syntax = "^0.8"
2323
failure = "^0.1"
2424
failure_derive = "^0.1"
2525
intl_pluralrules = "^1.0"
2626
rental = "^0.5.2"
27-
criterion = "0.2"
27+
criterion = "^0.2"
2828

2929
[[bench]]
3030
name = "resolver"

0 commit comments

Comments
 (0)