bech32-th 1.1.5 → 1.1.6
raw patch · 2 files changed
+8/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−0
- bech32-th.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,11 @@ # ChangeLog for `bech32-th` +## [1.1.6] - 2024-04-24++### Changed++- Revised upper version bounds for dependencies.+ ## [1.1.5] - 2024-02-23 ### Fixed
bech32-th.cabal view
@@ -1,12 +1,12 @@ cabal-version: 3.0 name: bech32-th-version: 1.1.5+version: 1.1.6 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 literals. author: IOHK Engineering Team-maintainer: operations@iohk.io, erikd@mega-nerd.com, jonathan.knowles@iohk.io+maintainer: operations@iohk.io, erikd@mega-nerd.com, mail@jonathanknowles.net copyright: 2020-2023 IOHK license: Apache-2.0 license-file: LICENSE