Skip to content

Commit

Permalink
unic-* 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zbraniecki committed Aug 2, 2019
1 parent ec7bc73 commit 57d38ce
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions unic-langid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

-

## unic-langid 0.4.2 (August 2, 2019)

- Update the macros to 0.3.0.

## unic-langid 0.4.1 (July 29, 2019)

- Update the macros to 0.2.0 to make the macro work without explicit import of the impl.
Expand Down
6 changes: 3 additions & 3 deletions unic-langid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "unic-langid"
description = "API for managing Unicode Language Identifiers"
version = "0.4.1"
version = "0.4.2"
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
edition = "2018"
readme = "README.md"
Expand All @@ -11,10 +11,10 @@ categories = ["internationalization"]

[dependencies]
unic-langid-impl = "0.4"
unic-langid-macros = { path = "../unic-langid-macros", optional = true }
unic-langid-macros = { version = "0.3", optional = true }

[dev-dependencies]
unic-langid-macros = { path = "../unic-langid-macros" }
unic-langid-macros = "0.3"

[features]
default = []
Expand Down
4 changes: 4 additions & 0 deletions unic-locale/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

-

## unic-locale 0.4.2 (August 2, 2019)

- Update the macros to 0.3.0.

## unic-locale 0.4.1 (July 29, 2019)

- Update the macros to 0.2.0 to make the macro work without explicit import of the impl.
Expand Down
6 changes: 3 additions & 3 deletions unic-locale/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "unic-locale"
description = "API for managing Unicode Locale Identifiers"
version = "0.4.1"
version = "0.4.2"
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
edition = "2018"
readme = "README.md"
Expand All @@ -12,10 +12,10 @@ categories = ["internationalization"]
[dependencies]
unic-langid-impl = "0.4"
unic-locale-impl = "0.4"
unic-locale-macros = { path = "../unic-locale-macros", optional = true }
unic-locale-macros = { version = "0.3", optional = true }

[dev-dependencies]
unic-locale-macros = { path = "../unic-locale-macros" }
unic-locale-macros = "0.3"

[features]
default = []
Expand Down

0 comments on commit 57d38ce

Please sign in to comment.