Skip to content

Commit

Permalink
Prepare for release of version 1.1.5. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles authored Feb 23, 2024
2 parents 5814c75 + 4561389 commit b8d3ffd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
10 changes: 10 additions & 0 deletions bech32-th/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ChangeLog for `bech32-th`

## [1.1.5] - 2024-02-23

### Fixed

- Specified version bounds for all package dependencies.

### Added

- Added support for GHC 9.8 series.

## 1.1.1 -- 2021-06-11

+ Upgraded CI to build with Cabal 3.4.0.0 and GHC 8.10.4.
Expand Down
4 changes: 2 additions & 2 deletions bech32-th/bech32-th.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: bech32-th
version: 1.1.1
version: 1.1.5
synopsis: Template Haskell extensions to the Bech32 library.
description: Template Haskell extensions to the Bech32 library, including
quasi-quoters for compile-time checking of Bech32 string
Expand Down Expand Up @@ -30,7 +30,7 @@ flag release
common dependency-base
build-depends:base >= 4.14.3.0 && < 4.20
common dependency-bech32
build-depends:bech32 >= 1.1.4 && < 1.2
build-depends:bech32 >= 1.1.5 && < 1.2
common dependency-hspec
build-depends:hspec >= 2.11.7 && < 2.12
common dependency-template-haskell
Expand Down
11 changes: 11 additions & 0 deletions bech32/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

<!-- This ChangeLog follows a format specified by: https://keepachangelog.com/en/1.0.0/ -->

## [1.1.5] - 2024-02-23

### Fixed

- Specified version bounds for all package dependencies.

### Added

- Added support for GHC 9.8 series.

## [1.1.4] - 2023-07-28

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion bech32/bech32.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: bech32
version: 1.1.4
version: 1.1.5
synopsis: Implementation of the Bech32 cryptocurrency address format (BIP 0173).
description: Implementation of the Bech32 cryptocurrency address format documented in the
BIP (Bitcoin Improvement Proposal) 0173.
Expand Down

0 comments on commit b8d3ffd

Please sign in to comment.