Skip to content

Commit

Permalink
Release incrementalmerkletree version 0.7.0, incrementalmerkletree-te…
Browse files Browse the repository at this point in the history
…sting 0.1
  • Loading branch information
nuttycom committed Sep 25, 2024
1 parent cfc4fcb commit 03a32d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions incrementalmerkletree-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.1.0] - 2024-09-25
Initial release.
6 changes: 6 additions & 0 deletions incrementalmerkletree/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ and this project adheres to Rust's notion of

## Unreleased

## [0.7.0] - 2024-09-25

### Changed
- MSRV is now 1.64

### Removed
- `incrementalmerkletree::testing::{Tree, complete_tree}` and related types and functions
have been removed. Use the `incrementalmerkletree-testing` crate instead.

## [0.6.0] - 2024-08-12

### Added
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.6.0"
version = "0.7.0"
authors = [
"Sean Bowe <ewillbefull@gmail.com>",
"Kris Nuttycombe <kris@nutty.land>",
Expand Down

0 comments on commit 03a32d5

Please sign in to comment.