Skip to content

Commit

Permalink
update version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChosunOne committed Nov 20, 2019
1 parent 970b3b8 commit 757a929
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# 3.1.2
* Update dependencies
# 3.1.1
* Update dependencies
* Minor style change to align with idiomatic rust
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 = "starling"
version = "3.1.1"
version = "3.1.2"
authors = ["Josiah Evans <koreanhalo@gmail.com>"]
description = "This tree structure is a binary merkle tree with branch compression via split indexes."
repository = "https://github.com/ChosunOne/merkle_bit"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,9 @@ to the API. These changes will be noted in the Changelog of each release, but i
such a change, please [file an issue](https://github.com/ChosunOne/merkle_bit/issues/new/choose) or
[submit a pull request](https://github.com/ChosunOne/merkle_bit/compare) and we will review it at our earliest convenience.

## Support
Do you use this crate and would like to ensure continued support? Please consider supporting me via Github Sponsors at
[my sponsor page](https://github.com/sponsors/ChosunOne).

#### Acknowledgments
Special thanks to Niall Moore for assistance with the early phases of this project.
Special thanks to Niall Moore and Owen Delahoy for assistance with the early phases of this project.

0 comments on commit 757a929

Please sign in to comment.