We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff1218 commit 577c4ecCopy full SHA for 577c4ec
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+v0.23.0
2
+==================
3
+
4
+* Verify input is utf-8 (#131)
5
6
+v0.22.0
7
8
9
+* Literals substring optimization (#130)
10
+* Refactor epsilon transitions (#129)
11
12
v0.21.0
13
==================
14
regex.nimble
@@ -1,6 +1,6 @@
# Package
-version = "0.22.0"
+version = "0.23.0"
author = "Esteban Castro Borsani (@nitely)"
description = "Linear time regex matching"
license = "MIT"
0 commit comments