Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Mar 10, 2024
1 parent 0aebf84 commit 1204fe0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v1.2.2

*2024-03-10*

Fixes:

* Make dependency on 'time' optional ([#38](https://github.com/progval/unicode_names2/pull/38/))
* Remove 'cargo:rerun-if-changed=generator/' ([b25d7610dcd](https://github.com/progval/unicode_names2/commit/b25d7610dcdb1b4f8f0e461a8c7570370e55478f))

Internal:

* ci: On non-nightly, build all crates instead of only generator ([#39](https://github.com/progval/unicode_names2/pull/39))

# v1.2.1

*2023-12-14*
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "unicode_names2"
edition = "2018"
rust-version = "1.63.0"
version = "1.2.1"
version = "1.2.2"
authors = [
"Huon Wilson <[email protected]>",
"Kang Seonghoon <[email protected]>",
Expand Down Expand Up @@ -47,4 +47,4 @@ rand = "0.8.5"
rand_xorshift = "0.3.0"

[build-dependencies]
unicode_names2_generator = { version = "1.2.1", path = "generator" }
unicode_names2_generator = { version = "1.2.2", path = "generator" }
2 changes: 1 addition & 1 deletion generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "unicode_names2_generator"
edition = "2018"
rust-version = "1.63.0"
version = "1.2.1"
version = "1.2.2"
authors = ["Huon Wilson <[email protected]>"]
homepage = "https://github.com/progval/unicode_names2"
repository = "https://github.com/progval/unicode_names2"
Expand Down
4 changes: 2 additions & 2 deletions unicode_names2_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "unicode_names2_macros"
edition = "2018"
version = "1.2.1"
version = "1.2.2"
authors = [
"Huon Wilson <[email protected]>",
"Valentin Lorentz <[email protected]>"
Expand All @@ -25,7 +25,7 @@ syn = "2.0"

[dependencies.unicode_names2]
path = ".."
version = "1.2.1"
version = "1.2.2"

[lib]
name = "unicode_names2_macros"
Expand Down

0 comments on commit 1204fe0

Please sign in to comment.