Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antouhou committed Oct 23, 2021
1 parent b7b394f commit 0f11c66
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))



2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs_merkle"
version = "1.0.0"
version = "1.1.0"
authors = ["Anton Suprunchuk <[email protected]>"]
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"
Expand Down

0 comments on commit 0f11c66

Please sign in to comment.