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 61ae59c commit 48adf0dCopy full SHA for 48adf0d
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 0.2.0.2 -- 2024-03-15
2
+
3
+* Compatibility with [MicroHs](https://github.com/augustss/MicroHs)
4
+* Performance improvements
5
+* Fix `compileBounded`'s behavior on negative bounds
6
7
### 0.2.0.1 -- 2024-12-25
8
9
* Documentation improvements
parser-regex.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: parser-regex
-version: 0.2.0.1
+version: 0.2.0.2
synopsis: Regex based parsers
homepage: https://github.com/meooow25/parser-regex
bug-reports: https://github.com/meooow25/parser-regex/issues
0 commit comments