Skip to content

Commit

Permalink
Bump version to 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanknowles committed Feb 13, 2020
1 parent 357be85 commit 6311b52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions bech32.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6311b52

Please sign in to comment.