Skip to content

Commit 9187429

Browse files
committed
v1.3.2.1 bump and CHANGELOG
Had to resist the temptation to name this documentation patch release `1.3.2.0`, :-D.
1 parent 8977149 commit 9187429

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
For the package version policy (PVP), see http://pvp.haskell.org/faq .
22

3-
### 1.3.2
3+
### 1.3.2.1
4+
5+
_2023-05-19, Andreas Abel_
6+
7+
- Fix haddock rendering of code examples in top-level documentation
8+
([#50](https://github.com/haskell-hvr/regex-tdfa/issues/50))
9+
- Tested with GHC 7.4 - 9.6
10+
11+
## 1.3.2
412

513
_2022-07-18, Andreas Abel_
614

regex-tdfa.cabal

+2-2
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.2
3+
version: 1.3.2.1
44

55
build-Type: Simple
66
license: BSD3
@@ -47,7 +47,7 @@ source-repository head
4747
source-repository this
4848
type: git
4949
location: https://github.com/haskell-hvr/regex-tdfa.git
50-
tag: v1.3.2
50+
tag: v1.3.2.1
5151

5252
flag force-O2
5353
default: False

0 commit comments

Comments
 (0)