Merge pull request #40 from rust-bitcoin/bump-1.1.0

Update CHANGELOG and bump to v1.1.0
This commit is contained in:
Steven Roose 2023-02-23 15:26:19 +00:00 committed by GitHub
commit 266b715897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -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.

View File

@ -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/"