diff --git a/unicode-data-scripts/Changelog.md b/unicode-data-scripts/Changelog.md index b1f518c5..22919687 100644 --- a/unicode-data-scripts/Changelog.md +++ b/unicode-data-scripts/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.0.1 (December 2022) + +- Fix [Unicode scripts handling on big-endian architectures](https://github.com/composewell/unicode-data/issues/97). + ## 0.2.0 (September 2022) - Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/). diff --git a/unicode-data-scripts/unicode-data-scripts.cabal b/unicode-data-scripts/unicode-data-scripts.cabal index 9e248b4b..e1069b2b 100644 --- a/unicode-data-scripts/unicode-data-scripts.cabal +++ b/unicode-data-scripts/unicode-data-scripts.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: unicode-data-scripts -version: 0.2.0 +version: 0.2.0.1 synopsis: Unicode characters scripts description: @unicode-data-scripts@ provides Haskell APIs to access the Unicode diff --git a/unicode-data/Changelog.md b/unicode-data/Changelog.md index 57acc022..4f7d7372 100644 --- a/unicode-data/Changelog.md +++ b/unicode-data/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.0.1 (December 2022) + +- Fix [Unicode blocks handling on big-endian architectures](https://github.com/composewell/unicode-data/issues/97). + ## 0.4.0 (September 2022) - Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/). diff --git a/unicode-data/unicode-data.cabal b/unicode-data/unicode-data.cabal index efeab8d5..006d5fee 100644 --- a/unicode-data/unicode-data.cabal +++ b/unicode-data/unicode-data.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: unicode-data -version: 0.4.0 +version: 0.4.0.1 synopsis: Access Unicode Character Database (UCD) description: @unicode-data@ provides Haskell APIs to efficiently access the