Skip to content

Commit

Permalink
chore(zk-kit-imt): release v0.0.6 (#52)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `zk-kit-imt`: 0.0.5 -> 0.0.6

<details><summary><i><b>Changelog</b></i></summary><p>

## `zk-kit-imt`
<blockquote>

##
[0.0.6](zk-kit-imt-v0.0.5...zk-kit-imt-v0.0.6)
- 2024-09-04

### Other
- *(imt)* Add methods to retrieve nodes and zeroes in IMT
([#50](#50))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 4, 2024
1 parent 206a4b4 commit 8d63b9f
Show file tree
Hide file tree
Showing 3 changed files with 8 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.

6 changes: 6 additions & 0 deletions crates/imt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.6](https://github.com/privacy-scaling-explorations/zk-kit.rust/compare/zk-kit-imt-v0.0.5...zk-kit-imt-v0.0.6) - 2024-09-04

### Other

- _(imt)_ Add methods to retrieve nodes and zeroes in IMT ([#50](https://github.com/privacy-scaling-explorations/zk-kit.rust/pull/50))

## [0.0.5](https://github.com/privacy-scaling-explorations/zk-kit.rust/compare/zk-kit-imt-v0.0.4...zk-kit-imt-v0.0.5) - 2024-08-06

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/imt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zk-kit-imt"
version = "0.0.5"
version = "0.0.6"
edition.workspace = true
license.workspace = true
publish.workspace = true
Expand Down

0 comments on commit 8d63b9f

Please sign in to comment.