aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2021-04-29 15:44:40 -0700
committerGitHub <noreply@github.com>2021-04-29 15:44:40 -0700
commita0921c1b25082bcb4596f359beef5906027a6234 (patch)
tree5eeb82675add920e82485e1ab8bb5127aec0f8de
parent9ac97bd8ea014c6b1bc235d8407b757a9fc6cc8f (diff)
parentf9b56f586d0fc84cda8cadcc5b881f13202c5c18 (diff)
downloadunicode-xid-a0921c1b25082bcb4596f359beef5906027a6234.tar.gz
Merge pull request #22 from epage/bump
Publish 0.2.2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md9
2 files changed, 10 insertions, 1 deletions
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 <erick.tryzelaar@gmail.com>",
"kwantam <kwantam@gmail.com>",
]
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.