mirror of
https://github.com/tlsnotary/rs-merkle.git
synced 2026-01-09 15:07:54 -05:00
chore(release): 1.1.0
This commit is contained in:
9
CHANGELOG.md
Normal file
9
CHANGELOG.md
Normal 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))
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user