Skip to content

Commit 278f273

Browse files
committed
Bump the patch version for a new release
1 parent cf49c54 commit 278f273

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.0.1 (March 2022)
2+
3+
* Support text-icu == 0.8.* in tests
4+
* Support unicode-data == 0.3.*
5+
16
## 0.4.0 (November 2021)
27

38
* Bump `unicode-data` to `0.2`

unicode-transforms.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22

33
name: unicode-transforms
4-
version: 0.4.0
4+
version: 0.4.0.1
55
synopsis: Unicode normalization
66
description: Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
77
category: Data,Text,Unicode

0 commit comments

Comments
 (0)