Skip to content

Commit

Permalink
unic-locale 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Jul 9, 2019
1 parent fbd9de9 commit 88e4726
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions unic-locale/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

-

## unic-locale 0.2.0 (July 9, 2019)

- Expose LanguageIdentifier from unic_locale
- Switch to TryFrom
- Improve Extension handling

## unic-locale 0.1.0 (June 15, 2019)

- Initial release
5 changes: 3 additions & 2 deletions unic-locale/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[package]
name = "unic-locale"
description = "API for managing Unicode Locale Identifiers"
version = "0.1.0"
version = "0.2.0"
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
edition = "2018"
readme = "README.md"
repository = "https://github.com/zbraniecki/unic-locale"
license = "MIT/Apache-2.0"
categories = ["internationalization"]

[dependencies]
unic-langid = { path = "../unic-langid" }
unic-langid = "^0.2"

[dev-dependencies]
criterion = "^0.2"
Expand Down

0 comments on commit 88e4726

Please sign in to comment.