Bump version to v1.0.1
This commit is contained in:
parent
88819a0882
commit
5599c455e3
|
@ -1,6 +1,11 @@
|
||||||
CHANGELOG
|
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
|
# v1.0.0
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bip39"
|
name = "bip39"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
authors = ["Steven Roose <steven@stevenroose.org>"]
|
authors = ["Steven Roose <steven@stevenroose.org>"]
|
||||||
license = "CC0-1.0"
|
license = "CC0-1.0"
|
||||||
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
|
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
|
||||||
|
|
Loading…
Reference in New Issue