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 548245a commit cb8b7bfCopy full SHA for cb8b7bf
CHANGELOG.md
@@ -3,6 +3,7 @@ v0.25.0
3
4
* Drop support for Nim < 1.6
5
* Implement PCRE var flags (#137)
6
+* Performance improvements
7
8
v0.24.1
9
==================
regex.nimble
@@ -1,6 +1,6 @@
1
# Package
2
-version = "0.24.2"
+version = "0.25.0"
author = "Esteban Castro Borsani (@nitely)"
description = "Linear time regex matching"
license = "MIT"
0 commit comments