Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Dec 14, 2023
1 parent b6be64f commit a18dc1f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v1.2.1

*2023-12-14*

Internal:

* include required license texts in all published crates ([#35](https://github.com/progval/unicode_names2/pull/35))

# v1.2.0

*2023-10-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.0"
version = "1.2.1"
authors = [
"Huon Wilson <dbau.pp@gmail.com>",
"Kang Seonghoon <public+rust@mearie.org>",
Expand Down Expand Up @@ -46,4 +46,4 @@ rand = "0.8.5"
rand_xorshift = "0.3.0"

[build-dependencies]
unicode_names2_generator = { version = "1.2.0", path = "generator" }
unicode_names2_generator = { version = "1.2.1", 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.0"
version = "1.2.1"
authors = ["Huon Wilson <dbau.pp@gmail.com>"]
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.0"
version = "1.2.1"
authors = [
"Huon Wilson <dbau.pp@gmail.com>",
"Valentin Lorentz <progval+git@progval.net>"
Expand All @@ -25,7 +25,7 @@ syn = "2.0"

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

[lib]
name = "unicode_names2_macros"
Expand Down

0 comments on commit a18dc1f

Please sign in to comment.