Update CHANGELOG and bump to v1.1.0
This commit is contained in:
parent
b668d05856
commit
19354c8a6c
|
@ -1,6 +1,13 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
# v1.1.0
|
||||||
|
|
||||||
|
- Add zerioze support through a feature (MSRV 1.51)
|
||||||
|
- Allow word count multiples of 3 instead of 6
|
||||||
|
- Add support for no-std usage
|
||||||
|
- Expose `Language::word_list` and `Language::find_word` methods
|
||||||
|
|
||||||
# v1.0.1
|
# v1.0.1
|
||||||
|
|
||||||
- Add `Mnemonic::language` getter.
|
- Add `Mnemonic::language` getter.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "bip39"
|
name = "bip39"
|
||||||
version = "1.0.1"
|
version = "1.1.0"
|
||||||
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