Skip to content

Commit c7ff56b

Browse files
committed
Release incrementalmerkletree version 0.8.2
1 parent 87bb7c1 commit c7ff56b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

incrementalmerkletree/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to Rust's notion of
77

88
## Unreleased
99

10+
## [0.8.2] - 2025-01-31
11+
1012
### Added
1113
- `incrementalmerkletree::witness::IncrementalWitness::invalid_empty_witness`
1214
has been under the `test-dependencies` feature flag to permit use testing

incrementalmerkletree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "incrementalmerkletree"
33
description = "Common types, interfaces, and utilities for Merkle tree data structures"
4-
version = "0.8.1"
4+
version = "0.8.2"
55
authors = [
66
"Sean Bowe <[email protected]>",
77
"Kris Nuttycombe <[email protected]>",

0 commit comments

Comments
 (0)