Skip to content

Commit

Permalink
Merge pull request #22 from epage/bump
Browse files Browse the repository at this point in the history
Publish 0.2.2
  • Loading branch information
Manishearth authored Apr 29, 2021
2 parents 9ac97bd + f9b56f5 commit a0921c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "unicode-xid"
version = "0.2.1"
version = "0.2.2"
authors = ["erick.tryzelaar <erick.tryzelaar@gmail.com>",
"kwantam <kwantam@gmail.com>",
]
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ on std, and instead uses equivalent functions from core.

# changelog

## 0.2.2

- Add an ASCII fast-path

## 0.2.1

- Update to Unicode 13.0.0
- Speed up lookup

## 0.2.0

- Update to Unicode 12.1.0.
Expand Down

0 comments on commit a0921c1

Please sign in to comment.