Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Oct 14, 2023
1 parent 8d0b714 commit 22759d0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v1.2.0

*2023-10-14*

Data:

* Update data to Unicode 15.1 ([#32](https://github.com/progval/unicode_names2/pull/32))

Fixes:

* Fix i686 host builds ([#34](https://github.com/progval/unicode_names2/pull/34))
* Fix support for platforms using CRLF ([#31](https://github.com/progval/unicode_names2/pull/31) and [#33](https://github.com/progval/unicode_names2/pull/33))

Internal:

* Fixes lint issues ([#33](https://github.com/progval/unicode_names2/pull/33))

# v1.1.0

*2023-08-13*
Expand Down Expand Up @@ -38,7 +55,7 @@ Internal:

Data:

* Update data for Unicode 15 ([#10](https://github.com/progval/unicode_names2/pull/))
* Update data for Unicode 15 ([#10](https://github.com/progval/unicode_names2/pull/10))

# v0.5.1

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.1.0"
version = "1.2.0"
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.1.0", path = "generator" }
unicode_names2_generator = { version = "1.2.0", 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.1.0"
version = "1.2.0"
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.1.0"
version = "1.2.0"
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.1.0"
version = "1.2.0"

[lib]
name = "unicode_names2_macros"
Expand Down

0 comments on commit 22759d0

Please sign in to comment.