Skip to content

Commit

Permalink
chore(imt): release v0.0.1 (#12)
Browse files Browse the repository at this point in the history
* chore: release

* chore: add description to manifest

Required to publish the crate:
https://github.com/privacy-scaling-explorations/zk-kit.rust/actions/runs/9991695038/job/27615015678#step:4:296

* chore: format

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: sripwoud <[email protected]>
  • Loading branch information
github-actions[bot] and sripwoud authored Jul 19, 2024
1 parent 42bdcd1 commit ac76c39
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
20 changes: 8 additions & 12 deletions Cargo.lock

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

18 changes: 18 additions & 0 deletions crates/imt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.0.1](https://github.com/privacy-scaling-explorations/zk-kit.rust/releases/tag/v0.0.1) - 2024-07-18

### Added

- _(imt)_ add `imt` crate ([#5](https://github.com/privacy-scaling-explorations/zk-kit.rust/pull/5))

### Other

- update list of available crates ([#7](https://github.com/privacy-scaling-explorations/zk-kit.rust/pull/7))
1 change: 1 addition & 0 deletions crates/imt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
description = "Incremental Merkle Tree"

[dependencies]
hex = "0.4.3"
Expand Down

0 comments on commit ac76c39

Please sign in to comment.