Skip to content

Commit 5726fb4

Browse files
committed
Bump version to v1.0.0
1 parent b8ea0b8 commit 5726fb4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
CHANGELOG
2+
=========
3+
4+
5+
# v1.0.0
6+
7+
- Initial version of entire rewrite.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bip39"
3-
version = "1.0.0-rc1"
3+
version = "1.0.0"
44
authors = ["Steven Roose <steven@stevenroose.org>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/rust-bitcoin/rust-bip39/"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ Use the `all-languages` feature to enable all languages.
2828

2929
## MSRV
3030

31-
This crate supports Rust v1.29 and up.
31+
This crate supports Rust v1.29 and up and works with `no_std`.
3232

0 commit comments

Comments
 (0)