Skip to content

Commit

Permalink
Merge pull request #40 from rust-bitcoin/bump-1.1.0
Browse files Browse the repository at this point in the history
Update CHANGELOG and bump to v1.1.0
  • Loading branch information
stevenroose authored Feb 23, 2023
2 parents b668d05 + 19354c8 commit 266b715
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bip39"
version = "1.0.1"
version = "1.1.0"
authors = ["Steven Roose <[email protected]>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
Expand Down

0 comments on commit 266b715

Please sign in to comment.