Skip to content

Commit 48adf0d

Browse files
authored
Prepare v0.2.0.2 (#49)
Update changelog.
1 parent 61ae59c commit 48adf0d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
### 0.2.0.1 -- 2024-12-25
28

39
* Documentation improvements

parser-regex.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: parser-regex
3-
version: 0.2.0.1
3+
version: 0.2.0.2
44
synopsis: Regex based parsers
55
homepage: https://github.com/meooow25/parser-regex
66
bug-reports: https://github.com/meooow25/parser-regex/issues

0 commit comments

Comments
 (0)