Skip to content

Commit 81bfaa0

Browse files
committed
Bump to 1.3.1.3 and CHANGELOG
1 parent 3fbfbdd commit 81bfaa0

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
For the package version policy (PVP), see http://pvp.haskell.org/faq .
22

3+
### 1.3.1.3
4+
5+
_2022-07-14, Andreas Abel_
6+
7+
- Fix an `undefined` in `Show PatternSet` [#37](https://github.com/haskell-hvr/regex-tdfa/issues/37))
8+
- Document POSIX character classes (e.g. `[[:digit:]]`)
9+
310
### 1.3.1.2 Revision 1
411

512
_2022-05-25, Andreas Abel_

regex-tdfa.cabal

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
cabal-version: 1.12
22
name: regex-tdfa
3-
version: 1.3.1.2
4-
x-revision: 1
3+
version: 1.3.1.3
54

65
build-Type: Simple
76
license: BSD3
@@ -47,7 +46,7 @@ source-repository head
4746
source-repository this
4847
type: git
4948
location: https://github.com/haskell-hvr/regex-tdfa.git
50-
tag: v1.3.1.2-r1
49+
tag: v1.3.1.3
5150

5251
flag force-O2
5352
default: False

0 commit comments

Comments
 (0)