Skip to content

Commit

Permalink
fluent-bundle 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Jan 12, 2021
1 parent cd8d6c4 commit 122486b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions fluent-bundle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

-

## fluent-bundle 0.14.1 (January 12, 2021)
- Bump `ouroboros` to 0.7.

## fluent-bundle 0.14.0 (January 3, 2021)
- Switch `FluentBundle::new` to take a `Vec<LanguageIdentifier>`.
- Switch `rental` to `ouroboros`.
Expand Down
4 changes: 2 additions & 2 deletions fluent-bundle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = """
A localization system designed to unleash the entire expressive power of
natural language translations.
"""
version = "0.14.0"
version = "0.14.1"
edition = "2018"
authors = [
"Zibi Braniecki <[email protected]>",
Expand All @@ -29,7 +29,7 @@ include = [
fluent-langneg = "0.13"
fluent-syntax = { version = "0.10.1", path = "../fluent-syntax" }
intl_pluralrules = "7.0.1"
ouroboros = "0.5"
ouroboros = "0.7"
smallvec = "1"
unic-langid = "0.9"
intl-memoizer = { version = "0.5", path = "../intl-memoizer" }
Expand Down

0 comments on commit 122486b

Please sign in to comment.