Skip to content

Commit

Permalink
Update CHANGELOG and bump to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Feb 27, 2023
1 parent c827c39 commit f41bf17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
CHANGELOG
=========

# v2.0.0

- Set Rust edition to 2018
- Make `rand` and `rand_core` dependencies more flexible
- Increase maximum version in constraint
- Make `rand_core` optional too
- Expose both crates
- Bump MSRV to 1.41.1

# v1.2.0

- Add `Mnemonic::parse_in_normalized_without_checksum_check`
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.2.0"
version = "2.0.0"
authors = ["Steven Roose <steven@stevenroose.org>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
Expand Down

0 comments on commit f41bf17

Please sign in to comment.