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 2d0f491 commit 8656507Copy full SHA for 8656507
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+v0.24.0
2
+==================
3
+
4
+* Fix dot to match anything in ascii mode (#135)
5
+* Match arbitrary bytes (#134)
6
7
v0.23.0
8
==================
9
regex.nimble
@@ -1,6 +1,6 @@
# Package
-version = "0.23.0"
+version = "0.24.0"
author = "Esteban Castro Borsani (@nitely)"
description = "Linear time regex matching"
license = "MIT"
0 commit comments