Skip to content

Commit 2d81ebd

Browse files
committed
fluent-fallback 0.1.0
1 parent ca69052 commit 2d81ebd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

fluent-fallback/CHANGELOG.md

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

55
-
66

7+
## fluent-fallback 0.1.0 (January 3, 2021)
8+
- Update `fluent-bundle` to 0.14.
9+
- Switch from `elsa` to `chunky-vec`.
10+
- Add `Localization::with_generator`.
11+
- Add support for Streamed bundles.
12+
- Add `LocalizationError`.
13+
- Make `L10nKey`, `L10nMessage` and `L10nAttribute` types.
14+
715
## fluent-fallback 0.0.4 (May 6, 2020)
816
- Update `fluent-bundle` to 0.12.
917
- Update `unic-langid` to 0.9.

fluent-fallback/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = """
44
High-level abstraction model for managing localization resources
55
and runtime localization lifecycle.
66
"""
7-
version = "0.0.4"
7+
version = "0.1.0"
88
edition = "2018"
99
authors = [
1010
"Zibi Braniecki <gandalf@mozilla.com>",

0 commit comments

Comments
 (0)