Skip to content

Commit

Permalink
Release incrementalmerkletree version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Jan 27, 2025
1 parent 01237bc commit a39e7ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

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

## Unreleased

## [0.8.1] - 2024-12-11

### Changed
- Enables use in `no_std` environments.

## [0.8.0] - 2024-12-11

### Changed
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.8.0"
version = "0.8.1"
authors = [
"Sean Bowe <[email protected]>",
"Kris Nuttycombe <[email protected]>",
Expand Down

0 comments on commit a39e7ba

Please sign in to comment.