Skip to content

Commit

Permalink
version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Sep 13, 2023
1 parent 5e33ef9 commit 4d4a445
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "unicode-id-start"
version = "1.1.1"
version = "1.1.2"
authors = ["David Tolnay <dtolnay@gmail.com>", "Boshen <boshenc@gmail.com>"]
categories = ["development-tools::procedural-macro-helpers", "no-std", "no-std::no-alloc"]
description = "Determine whether characters have the ID_Start or ID_Continue properties according to Unicode Standard Annex #31"
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ Implementation of [Unicode Standard Annex #31][tr31] for determining which

[tr31]: https://www.unicode.org/reports/tr31/

## Changelog

### 1.1.2

- Update to Unicode 15.1.0

### 1.1.1

- Update to Unicode 15.0.0

<br>

## Comparison of performance
Expand Down

0 comments on commit 4d4a445

Please sign in to comment.