Skip to content

Commit 3e36b6f

Browse files
wismillharendra-kumar
authored andcommitted
Bump package to 0.4.0 and update Changelog.md
1 parent 5245c6f commit 3e36b6f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## Next
1+
## 0.4.0 (November 2021)
22

33
* Bump `unicode-data` to `0.2`
4+
* Allow `text 2.0`
45
* Update to Unicode version 14.0.0
56

67
## 0.3.8

unicode-transforms.cabal

Lines changed: 2 additions & 2 deletions
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.3.8
4+
version: 0.4.0
55
synopsis: Unicode normalization
66
description: Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
77
category: Data,Text,Unicode
@@ -89,7 +89,7 @@ library
8989

9090
-- We depend on a lot of internal modules in text. We keep the upper bound
9191
-- inclusive of the latest stable version.
92-
, text >=1.1.1 && <=1.2.5.0 || >=2.0 && <2.1
92+
, text >=1.1.1 && <=1.2.5.0 || >=2.0 && <2.1
9393
if flag(dev)
9494
ghc-options: -O0
9595
else

0 commit comments

Comments
 (0)