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 d663a8f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ categories = ["algorithms", "data-structures"]

[workspace.dependencies]
# Intra-workspace dependencies
incrementalmerkletree = { version = "0.6", path = "incrementalmerkletree" }
incrementalmerkletree = { version = "0.7", path = "incrementalmerkletree" }
incrementalmerkletree-testing = { version = "0.1", path = "incrementalmerkletree-testing" }

# Testing
Expand Down
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 <[email protected]>",
"Kris Nuttycombe <[email protected]>",
Expand Down

0 comments on commit d663a8f

Please sign in to comment.