From 92f32c67513113bb7879473fad8802abecc907ac Mon Sep 17 00:00:00 2001 From: Boyu Yang Date: Tue, 2 Aug 2022 10:20:38 +0800 Subject: [PATCH] chore: bump version to v0.5.0 --- Cargo.toml | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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