Bump version to v1.0.1

This commit is contained in:
Steven Roose 2021-04-01 15:29:15 +01:00
parent 88819a0882
commit 5599c455e3
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
# v1.0.1
- Add `Mnemonic::language` getter.
- Make `Mnemonic::language_of` static method public.
- Change internal representation of `Mnemonic`, making it slightly smaller.
# v1.0.0

View File

@ -1,6 +1,6 @@
[package]
name = "bip39"
version = "1.0.0"
version = "1.0.1"
authors = ["Steven Roose <steven@stevenroose.org>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bip39/"