Skip to content

Commit f3a8c12

Browse files
committed
Bump versions & update changelogs
1 parent e2bdb10 commit f3a8c12

File tree

11 files changed

+31
-31
lines changed

11 files changed

+31
-31
lines changed

experimental/icu/icu.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: icu
3-
version: 0.2.0
3+
version: 0.3.0
44
synopsis: ICU binding
55
description:
66
ICU binding to ICU for characters names and aliases (internal library).

experimental/unicode-data-text/unicode-data-text.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: unicode-data-text
3-
version: 0.2.0
3+
version: 0.3.0
44
synopsis: Unicode features for “text” package
55
description:
66
@unicode-data-text@ provides Unicode features from
@@ -69,7 +69,7 @@ library
6969
build-depends:
7070
base >= 4.7 && < 4.23,
7171
text >= 1.2.4 && < 2.2,
72-
unicode-data >= 0.6 && < 0.7
72+
unicode-data >= 0.7 && < 0.8
7373

7474
test-suite test
7575
import: default-extensions, compile-options
@@ -83,7 +83,7 @@ test-suite test
8383
base >= 4.7 && < 4.23,
8484
hspec >= 2.0 && < 2.12,
8585
text >= 1.2.4 && < 2.2,
86-
unicode-data >= 0.6 && < 0.7,
86+
unicode-data >= 0.7 && < 0.8,
8787
unicode-data-text
8888
build-tool-depends:
8989
hspec-discover:hspec-discover >= 2.0 && < 2.12
@@ -99,7 +99,7 @@ benchmark bench
9999
tasty-bench >= 0.2.5 && < 0.5,
100100
tasty >= 1.4.1 && < 1.6,
101101
text >= 1.2.4 && < 2.2,
102-
unicode-data >= 0.6 && < 0.7,
102+
unicode-data >= 0.7 && < 0.8,
103103
unicode-data-text
104104
-- [NOTE] Recommendation of tasty-bench to reduce garbage collection noisiness
105105
ghc-options: -O2 -fdicts-strict -rtsopts -with-rtsopts=-A32m

ucd2haskell/ucd2haskell.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: ucd2haskell
3-
version: 0.6.0
3+
version: 0.7.0
44
synopsis: Generate the code of the unicode-data* packages
55
description:
66
Internal package for the generation of @unicode-data*@ packages.

unicode-data-names/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.5.0 (TBD)
3+
## 0.5.0 (August 2025)
44

55
- Updated to [Unicode 16.0.0](https://www.unicode.org/versions/Unicode16.0.0/).
66

unicode-data-names/unicode-data-names.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: unicode-data-names
3-
version: 0.4.0
3+
version: 0.5.0
44
synopsis: Unicode characters names and aliases
55
description:
66
@unicode-data-names@ provides Haskell APIs to access the Unicode
@@ -106,7 +106,7 @@ library
106106
hs-source-dirs: lib
107107
build-depends:
108108
base >= 4.7 && < 4.23,
109-
unicode-data >= 0.6 && < 0.7
109+
unicode-data >= 0.7 && < 0.8
110110
-- Support for raw string literals unpacking is included in base ≥ 4.15
111111
if impl(ghc < 9.0.0)
112112
build-depends:
@@ -133,7 +133,7 @@ test-suite test
133133
build-depends:
134134
base >= 4.7 && < 4.23
135135
, hspec >= 2.0 && < 2.12
136-
, unicode-data >= 0.6 && < 0.7
136+
, unicode-data >= 0.7 && < 0.8
137137
, unicode-data-names
138138
if flag(has-text)
139139
cpp-options: -DHAS_TEXT
@@ -178,7 +178,7 @@ benchmark bench
178178
deepseq >= 1.1 && < 1.6,
179179
tasty-bench >= 0.2.5 && < 0.5,
180180
tasty >= 1.4.1 && < 1.6,
181-
unicode-data >= 0.6 && < 0.7,
181+
unicode-data >= 0.7 && < 0.8,
182182
unicode-data-names
183183
if flag(has-text)
184184
cpp-options: -DHAS_TEXT

unicode-data-scripts/Changelog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# Changelog
22

3-
## 0.5.0 (TBD)
3+
## 0.5.0 (August 2025)
44

55
- Updated to [Unicode 16.0.0](https://www.unicode.org/versions/Unicode16.0.0/).
66

77
## 0.4.0 (July 2024)
88

9-
- Update to [Unicode 15.1.0](https://www.unicode.org/versions/Unicode15.1.0/).
9+
- Updated to [Unicode 15.1.0](https://www.unicode.org/versions/Unicode15.1.0/).
1010

1111
## 0.3.0 (July 2024)
1212

13-
- Add `unicodeVersion` and `scriptShortName` to `Unicode.Char.General.Scripts`.
14-
- Fix the inlining of `Addr#` literals and reduce their size. This results in
13+
- Added `unicodeVersion` and `scriptShortName` to `Unicode.Char.General.Scripts`.
14+
- Fixed the inlining of `Addr#` literals and reduce their size. This results in
1515
a sensible decrease of the executable size.
16-
- Remove `unicode-data` dependency.
16+
- Removed `unicode-data` dependency.
1717

1818
## 0.2.0.1 (December 2022)
1919

20-
- Fix [Unicode scripts handling on big-endian architectures](https://github.com/composewell/unicode-data/issues/97).
20+
- Fixed [Unicode scripts handling on big-endian architectures](https://github.com/composewell/unicode-data/issues/97).
2121

2222
## 0.2.0 (September 2022)
2323

24-
- Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).
24+
- Updated to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).
2525

2626
## 0.1.0 (September 2022)
2727

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.4.0
3+
version: 0.5.0
44
synopsis: Unicode characters scripts
55
description:
66
@unicode-data-scripts@ provides Haskell APIs to access the Unicode

unicode-data-security/Changelog.md

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

3-
## 0.5.0 (TBD)
3+
## 0.5.0 (August 2025)
44

55
- Updated to [Unicode 16.0.0](https://www.unicode.org/versions/Unicode16.0.0/).
66

77
## 0.4.0 (July 2024)
88

9-
- Update to [Unicode 15.1.0](https://www.unicode.org/versions/Unicode15.1.0/).
9+
- Updated to [Unicode 15.1.0](https://www.unicode.org/versions/Unicode15.1.0/).
1010

1111
## 0.3.0 (July 2024)
1212

1313
- Changed the type of `confusablePrototype` and `intentionalConfusables` from
1414
`Char -> Maybe String` to `Char -> String`.
15-
- Add `unicodeVersion` to `Unicode.Char.Identifiers.Security`.
16-
- Fix the inlining of `Addr#` literals and reduce their size. This results in
15+
- Added `unicodeVersion` to `Unicode.Char.Identifiers.Security`.
16+
- Fixed the inlining of `Addr#` literals and reduce their size. This results in
1717
a sensible decrease of the executable size.
1818

1919
## 0.2.0 (September 2022)
2020

21-
- Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).
21+
- Updated to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).
2222

2323
## 0.1.0 (September 2022)
2424

unicode-data-security/unicode-data-security.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: unicode-data-security
3-
version: 0.4.0
3+
version: 0.5.0
44
synopsis: Unicode security mechanisms database
55
description:
66
@unicode-data-security@ provides Haskell APIs to access the
@@ -85,7 +85,7 @@ library
8585
hs-source-dirs: lib
8686
build-depends:
8787
base >= 4.7 && < 4.23
88-
, unicode-data >= 0.6 && < 0.7
88+
, unicode-data >= 0.7 && < 0.8
8989
-- Support for raw string literals unpacking is included in base ≥ 4.15
9090
if impl(ghc < 9.0.0)
9191
build-depends:

unicode-data/Changelog.md

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

3-
## 0.7.0 (TBD)
3+
## 0.7.0 (August 2025)
44

55
- Updated to [Unicode 16.0.0](https://www.unicode.org/versions/Unicode16.0.0/).
66

@@ -26,17 +26,17 @@
2626

2727
## 0.5.0 (July 2024)
2828

29-
- Fix the inlining of `Addr#` literals and reduce their size. This results in
29+
- Fixed the inlining of `Addr#` literals and reduce their size. This results in
3030
a sensible decrease of the executable size.
3131
- Changed `integerValue` from `Char -> Maybe Int` to `(Integral a) => Char -> Maybe a`.
3232

3333
## 0.4.0.1 (December 2022)
3434

35-
- Fix [Unicode blocks handling on big-endian architectures](https://github.com/composewell/unicode-data/issues/97).
35+
- Fixed [Unicode blocks handling on big-endian architectures](https://github.com/composewell/unicode-data/issues/97).
3636

3737
## 0.4.0 (September 2022)
3838

39-
- Update to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).
39+
- Updated to [Unicode 15.0.0](https://www.unicode.org/versions/Unicode15.0.0/).
4040

4141
## 0.3.1 (September 2022)
4242

0 commit comments

Comments
 (0)