Skip to content

Commit 5fe70e9

Browse files
committed
fluent-bundle 0.13.1
1 parent 84c1da7 commit 5fe70e9

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

fluent-bundle/CHANGELOG.md

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

55
-
66

7+
## fluent-bundle 0.13.1 (September 24, 2020)
8+
- Replace `HashMap` based `FluentMessage` with `Vec` based one.
9+
- 0.13.1 brings close to 40% performance improvements over 0.12 on our benchmarks!
10+
711
## fluent-bundle 0.13.0 (September 24, 2020)
812
- Update to `fluent-syntax` 0.10.
913
- Add `FluentBundle::write_pattern` which can write to pre-allocated buffer.

fluent-bundle/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.13.0"
7+
version = "0.13.1"
88
edition = "2018"
99
authors = [
1010
"Zibi Braniecki <gandalf@mozilla.com>",

fluent/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
-
66

7-
## fluent 0.13.0 (May 6, 2020)
7+
## fluent 0.13.1 (September 24, 2020)
8+
- Update `fluent-bundle` to 0.13.1.
9+
10+
## fluent 0.13.0 (September 24, 2020)
811
- Update `fluent-bundle` to 0.13.0.
912

1013
## fluent 0.12.0 (May 6, 2020)

fluent/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.13.0"
7+
version = "0.13.1"
88
edition = "2018"
99
authors = [
1010
"Zibi Braniecki <gandalf@mozilla.com>",

0 commit comments

Comments
 (0)