diff --git a/Cargo.toml b/Cargo.toml index 23cba05..7989a4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ckb-merkle-mountain-range" -version = "0.4.0" +version = "0.5.0" authors = ["Nervos Core Dev "] edition = "2018" license = "MIT" diff --git a/README.md b/README.md index 5f510df..2f0af99 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,6 @@ A generalized merkle mountain range implementation. -**Notice** this library is not stable yet, API and proof format may changes. Make sure you know what you do before using this library. - ## Features * Leaves accumulation