Skip to content

Commit c5b8f54

Browse files
committed
Bump to 1.3.1.5 and CHANGELOG
1 parent 16be04c commit c5b8f54

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
### 1.3.1.5
4+
5+
_2022-07-18, Andreas Abel_
6+
7+
- Allow dash (`-`) as start of a range, e.g. `[--z]`
8+
([#1](https://github.com/haskell-hvr/regex-tdfa/issues/1),
9+
[#45](https://github.com/haskell-hvr/regex-tdfa/pull/45))
10+
- Tested with GHC 7.4 - 9.4
11+
312
### 1.3.1.4
413

514
_2022-07-17, Andreas Abel_

regex-tdfa.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: regex-tdfa
3-
version: 1.3.1.4
3+
version: 1.3.1.5
44

55
build-Type: Simple
66
license: BSD3
@@ -46,7 +46,7 @@ source-repository head
4646
source-repository this
4747
type: git
4848
location: https://github.com/haskell-hvr/regex-tdfa.git
49-
tag: v1.3.1.4
49+
tag: v1.3.1.5
5050

5151
flag force-O2
5252
default: False

0 commit comments

Comments
 (0)