Skip to content

Commit

Permalink
fluent-locale 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibi Braniecki committed Aug 6, 2018
1 parent bed988c commit f8814ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

-

## fluent-locale 0.4.1 (August 6, 2018)

- Separate out requested from available to allow for different mixes of Vec and &[].

## fluent-locale 0.4.0 (August 6, 2018)

- Ergonomics improvement - `negotiate_languages` now accepts &[&str], &[String], Vec<&str> and Vec<string>
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fluent-locale"
description = """
A library for parsing, serializing, manipulating and negotiating locales and language tags.
"""
version = "0.4.0"
version = "0.4.1"
authors = ["Zibi Braniecki <[email protected]>"]
homepage = "http://projectfluent.org/"
license = "Apache-2.0"
Expand Down

0 comments on commit f8814ec

Please sign in to comment.