Merge pull request #40 from rust-bitcoin/bump-1.1.0
Update CHANGELOG and bump to v1.1.0
This commit is contained in:
commit
266b715897
|
@ -1,6 +1,13 @@
|
|||
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
|
||||
|
||||
- Add `Mnemonic::language` getter.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bip39"
|
||||
version = "1.0.1"
|
||||
version = "1.1.0"
|
||||
authors = ["Steven Roose <steven@stevenroose.org>"]
|
||||
license = "CC0-1.0"
|
||||
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
|
||||
|
|
Loading…
Reference in New Issue