Skip to content

Commit

Permalink
Release incrementalmerkletree version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Dec 11, 2024
1 parent db4ad58 commit 8a14eaa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions incrementalmerkletree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to Rust's notion of

## Unreleased

## [0.8.0] - 2024-12-11

### Changed
- `incrementalmerkletree::witness`:
- `IncrementalWitness::{from_tree, from_parts}` now return `Option<Self>`
Expand Down
2 changes: 1 addition & 1 deletion incrementalmerkletree/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "incrementalmerkletree"
description = "Common types, interfaces, and utilities for Merkle tree data structures"
version = "0.7.0"
version = "0.8.0"
authors = [
"Sean Bowe <[email protected]>",
"Kris Nuttycombe <[email protected]>",
Expand Down

0 comments on commit 8a14eaa

Please sign in to comment.