Skip to content

Commit 7a1a99d

Browse files
committed
Bump unicode-data & unicode-data-scripts [skip ci]
1 parent 3ba60c1 commit 7a1a99d

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

unicode-data-scripts/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.0.1 (December 2022)
4+
5+
- Fix [Unicode scripts handling on big-endian architectures](https://github.com/composewell/unicode-data/issues/97).
6+
37
## 0.2.0 (September 2022)
48

59
- Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).

unicode-data-scripts/unicode-data-scripts.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: unicode-data-scripts
3-
version: 0.2.0
3+
version: 0.2.0.1
44
synopsis: Unicode characters scripts
55
description:
66
@unicode-data-scripts@ provides Haskell APIs to access the Unicode

unicode-data/Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.0.1 (December 2022)
4+
5+
- Fix [Unicode blocks handling on big-endian architectures](https://github.com/composewell/unicode-data/issues/97).
6+
37
## 0.4.0 (September 2022)
48

59
- Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).

unicode-data/unicode-data.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: unicode-data
3-
version: 0.4.0
3+
version: 0.4.0.1
44
synopsis: Access Unicode Character Database (UCD)
55
description:
66
@unicode-data@ provides Haskell APIs to efficiently access the

0 commit comments

Comments
 (0)