chore(release): 1.1.0

This commit is contained in:
Anton Suprunchuk
2021-10-23 18:24:54 +03:00
parent b7b394f3e5
commit 0f11c667f1
2 changed files with 10 additions and 1 deletions

9
CHANGELOG.md Normal file
View File

@@ -0,0 +1,9 @@
# [1.1.0](https://github.com/antouhou/rs-merkle/compare/v1.0.0...v1.1.0) (2021-10-23)
### Features
* add custom proof serializers ([#9](https://github.com/antouhou/rs-merkle/issues/9)) ([b7b394f](https://github.com/antouhou/rs-merkle/commit/b7b394f3e59b400485795699af6131c3e36a2873))

View File

@@ -1,6 +1,6 @@
[package]
name = "rs_merkle"
version = "1.0.0"
version = "1.1.0"
authors = ["Anton Suprunchuk <anton.suprunchuk@gmail.com>"]
description = "The most advanced Merkle Tree library for Rust. Supports creating and verifying proofs, multi-proofs, as well as advanced features, such as tree diffs, transactional changes, and rollbacks"
edition = "2018"