From 6311b52822545b5357f25f972677f6f25238c9b0 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Thu, 13 Feb 2020 06:07:11 +0000 Subject: [PATCH] Bump version to 1.0.1. --- ChangeLog.md | 9 +++++++++ bech32.cabal | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 492f0b8..6daac29 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,3 +3,12 @@ ## 1.0.0 -- 2019-09-27 + Initial release pulled from https://github.com/input-output-hk/cardano-wallet + +## 1.0.1 -- 2020-02-13 + ++ Improved module documentation, adding basic examples to help beginner users + quickly get up to speed. ++ Exposed functions `dataPartFromWords` and `dataPartToWords` within public + interface. ++ Exposed the `Word5` type within the public interface. ++ Exposed the `CharPosition` type within the public interface. diff --git a/bech32.cabal b/bech32.cabal index 58f82e1..291615e 100644 --- a/bech32.cabal +++ b/bech32.cabal @@ -1,10 +1,10 @@ name: bech32 -version: 1.0.0 +version: 1.0.1 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. author: IOHK Engineering Team -maintainer: operations@iohk.io, erikd@mega-nerd.com +maintainer: operations@iohk.io, erikd@mega-nerd.com, jonathan.knowles@iohk.io copyright: 2017 Marko Bencun, 2019-2020 IOHK license: Apache-2.0 license-file: LICENSE