diff --git a/Cargo.toml b/Cargo.toml index de94218..4ae7250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unicode-xid" -version = "0.2.1" +version = "0.2.2" authors = ["erick.tryzelaar ", "kwantam ", ] diff --git a/README.md b/README.md index 242ec56..5910b40 100644 --- a/README.md +++ b/README.md @@ -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.