Skip to content

Commit

Permalink
chore(release): 1.2.0 (#14)
Browse files Browse the repository at this point in the history
* bump version to 1.2.0
* bump version in the README.md
  • Loading branch information
antouhou authored Mar 28, 2022
1 parent 9261516 commit e35b048
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [1.1.1](https://github.com/antouhou/rs-merkle/compare/v1.0.0...v1.1.0) (2021-10-23)


### Features

* add no-std feature ([#13](https://github.com/antouhou/rs-merkle/pull/13)) ([9261516](https://github.com/antouhou/rs-merkle/commit/9261516de612908b1cb480ba2b0c4152ecbb50e0)) (Thank you to @Wizdave97!)


# [1.1.0](https://github.com/antouhou/rs-merkle/compare/v1.0.0...v1.1.0) (2021-10-23)


Expand Down
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.1.0"
version = "1.2.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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
rs_merkle = "1.0"
rs_merkle = "1.2"
```

## Documentation
Expand Down

0 comments on commit e35b048

Please sign in to comment.