Skip to content

Commit b8d3ffd

Browse files
Prepare for release of version 1.1.5. (#68)
2 parents 5814c75 + 4561389 commit b8d3ffd

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

bech32-th/ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# ChangeLog for `bech32-th`
22

3+
## [1.1.5] - 2024-02-23
4+
5+
### Fixed
6+
7+
- Specified version bounds for all package dependencies.
8+
9+
### Added
10+
11+
- Added support for GHC 9.8 series.
12+
313
## 1.1.1 -- 2021-06-11
414

515
+ Upgraded CI to build with Cabal 3.4.0.0 and GHC 8.10.4.

bech32-th/bech32-th.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: bech32-th
3-
version: 1.1.1
3+
version: 1.1.5
44
synopsis: Template Haskell extensions to the Bech32 library.
55
description: Template Haskell extensions to the Bech32 library, including
66
quasi-quoters for compile-time checking of Bech32 string
@@ -30,7 +30,7 @@ flag release
3030
common dependency-base
3131
build-depends:base >= 4.14.3.0 && < 4.20
3232
common dependency-bech32
33-
build-depends:bech32 >= 1.1.4 && < 1.2
33+
build-depends:bech32 >= 1.1.5 && < 1.2
3434
common dependency-hspec
3535
build-depends:hspec >= 2.11.7 && < 2.12
3636
common dependency-template-haskell

bech32/ChangeLog.md

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

33
<!-- This ChangeLog follows a format specified by: https://keepachangelog.com/en/1.0.0/ -->
4+
5+
## [1.1.5] - 2024-02-23
6+
7+
### Fixed
8+
9+
- Specified version bounds for all package dependencies.
10+
11+
### Added
12+
13+
- Added support for GHC 9.8 series.
14+
415
## [1.1.4] - 2023-07-28
516

617
### Fixed

bech32/bech32.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: bech32
3-
version: 1.1.4
3+
version: 1.1.5
44
synopsis: Implementation of the Bech32 cryptocurrency address format (BIP 0173).
55
description: Implementation of the Bech32 cryptocurrency address format documented in the
66
BIP (Bitcoin Improvement Proposal) 0173.

0 commit comments

Comments
 (0)