Skip to content

Commit 122486b

Browse files
committed
fluent-bundle 0.14.1
1 parent cd8d6c4 commit 122486b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

fluent-bundle/CHANGELOG.md

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

55
-
66

7+
## fluent-bundle 0.14.1 (January 12, 2021)
8+
- Bump `ouroboros` to 0.7.
9+
710
## fluent-bundle 0.14.0 (January 3, 2021)
811
- Switch `FluentBundle::new` to take a `Vec<LanguageIdentifier>`.
912
- Switch `rental` to `ouroboros`.

fluent-bundle/Cargo.toml

Lines changed: 2 additions & 2 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.14.0"
7+
version = "0.14.1"
88
edition = "2018"
99
authors = [
1010
"Zibi Braniecki <[email protected]>",
@@ -29,7 +29,7 @@ include = [
2929
fluent-langneg = "0.13"
3030
fluent-syntax = { version = "0.10.1", path = "../fluent-syntax" }
3131
intl_pluralrules = "7.0.1"
32-
ouroboros = "0.5"
32+
ouroboros = "0.7"
3333
smallvec = "1"
3434
unic-langid = "0.9"
3535
intl-memoizer = { version = "0.5", path = "../intl-memoizer" }

0 commit comments

Comments
 (0)