Releases: IntersectMBO/bech32
Releases · IntersectMBO/bech32
Version 1.1.7
📖 Documentation
https://hackage.haskell.org/package/bech32-1.1.7
https://hackage.haskell.org/package/bech32-th-1.1.7
🆕 Added
- Support for GHC
9.10
.
Version 1.1.6
📖 Documentation
https://hackage.haskell.org/package/bech32-1.1.6
https://hackage.haskell.org/package/bech32-th-1.1.6
⚕️ Changed
- Revised upper version bounds for all package dependencies.
Version 1.1.5
📖 Documentation
https://hackage.haskell.org/package/bech32-1.1.5
https://hackage.haskell.org/package/bech32-th-1.1.5
🆕 Added
- Added support for GHC 9.8 series.
⚕️ Fixed
- Updated version bounds for all package dependencies.
Version 1.1.4
https://hackage.haskell.org/package/bech32-1.1.4
Fixed
- Support for
optparse-applicative
versions >= 0.18.0.0.
Version 1.1.3
https://hackage.haskell.org/package/bech32-1.1.3
Fixed
- Specify supported version bounds for
optparse-applicative
.
bech32 CLI fix for Windows
Fixed
- Strip whitespace from standard input of the
bech32
command to so that it works with theecho
command on Windows.
Documentation
See README .
Supported Operating Systems
- Linux 64 bit
- MacOS 64 bit
- Windows 64 bit
Signatures
Name | Role | Approval |
---|---|---|
Rodney Lorrimar @rvl | Technical Team Lead | ✔️ |
Piotr Stachyra @piotr-iohk | QA Engineer | ✔️ |
Laurence Jenkins @LaurenceIO | Release Manager | ✔️ |
Bech32 v1.1.1
Added
- Added
--version
switch for thebech32
command.
Changed
- Upgraded CI to build with Cabal 3.4.0.0 and GHC 8.10.4.
Documentation
See README .
Supported Operating Systems
- Linux 64 bit
Signatures
Name | Role | Approval |
---|---|---|
Rodney Lorrimar @rvl | Technical Team Lead | ✔️ |
Piotr Stachyra @piotr-iohk | QA Engineer | ✔️ |
Laurence Jenkins @LaurenceIO | Release Manager | ✔️ |
Bech32 1.1.0
This release provides a new command line interface for conversion to and from bech32 strings in the console.
Added
-
Added
bech32
command-line interface (CLI) for easy conversions in the console.Usage: bech32 [PREFIX] Convert to and from bech32 strings. Data are read from standard input. Available options: -h,--help Show this help text PREFIX An optional human-readable prefix (e.g. 'addr'). - When provided, the input text is decoded from various encoding formats and re-encoded to bech32 using the given prefix. - When omitted, the input text is decoded from bech32 to base16. Supported encoding formats: Base16, Bech32 & Base58. Examples: To Bech32: $ bech32 base16_ <<< 706174617465 base16_1wpshgct5v5r5mxh0 $ bech32 base58_ <<< Ae2tdPwUPEYy base58_1p58rejhd9592uusa8pzj2 $ bech32 new_prefix <<< old_prefix1wpshgcg2s33x3 new_prefix1wpshgcgeak9mv From Bech32: $ bech32 <<< base16_1wpshgct5v5r5mxh0 706174617465
Documentation
See README
Supported Operating Systems
- Linux 64 bit
Signatures
Name | Role | Approval |
---|---|---|
Matthias Benkort @KtorZ | Technical Team Lead | ✔️ |
Piotr Stachyra @piotr-iohk | QA Engineer | ✔️ |
Tatyana Valkevych @tatyanavych | Release Manager | ✔️ |
v1.0.2
- Added companion Template Haskell library
bech32-th
. Includes quasi-quoters for parsing and validating string literals at compile time.
v1.0.1
Bump version to 1.0.1.