Skip to content

Commit df99aeb

Browse files
committed
Bump to 1.3.2.4 and CHANGELOG
1 parent 5be26bd commit df99aeb

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 1.3.2.4
2+
3+
_2025-05-09 Andreas Abel_
4+
5+
- Fix definition of `[[:graph:]]` character class ([#66](https://github.com/haskell-hvr/regex-tdfa/issues/66))
6+
- Tested with GHC 8.0 - 9.12.2
7+
18
### 1.3.2.3
29

310
_2025-03-02 Andreas Abel_

regex-tdfa.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.24
22
name: regex-tdfa
3-
version: 1.3.2.3
3+
version: 1.3.2.4
44

55
build-Type: Simple
66
license: BSD3
@@ -48,7 +48,7 @@ source-repository head
4848
source-repository this
4949
type: git
5050
location: https://github.com/haskell-hvr/regex-tdfa.git
51-
tag: v1.3.2.3
51+
tag: v1.3.2.4
5252

5353
flag force-O2
5454
default: False

0 commit comments

Comments
 (0)