Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2023-11-01)

### Bug Fixes

* **cli:** 🐛 use `IsEqual` template to correctly compare the addresses ([94f382a](94f382a))

### Features

* **cli:** ✨ Add operations for read lines and write file ([6b068a7](6b068a7))
* **cli:** ✨ Implement procedure for creating proofs ([8651b81](8651b81))
* **cli:** ✨ Include `proofs` command ([56c20b5](56c20b5))
  • Loading branch information
semantic-release-bot committed Nov 1, 2023
1 parent d399d8e commit 7f843a3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.8.0](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.7.0...v1.8.0) (2023-11-01)


### Bug Fixes

* **cli:** :bug: use `IsEqual` template to correctly compare the addresses ([94f382a](https://github.com/SpiralOutDotEu/zk_whitelist/commit/94f382a9153b5058331aec05b600b056f6537d3c))


### Features

* **cli:** :sparkles: Add operations for read lines and write file ([6b068a7](https://github.com/SpiralOutDotEu/zk_whitelist/commit/6b068a7f88129dabf1494af1478dc987cfe154c8))
* **cli:** :sparkles: Implement procedure for creating proofs ([8651b81](https://github.com/SpiralOutDotEu/zk_whitelist/commit/8651b812f86cede11d245cf37aa289350dd4d55e))
* **cli:** :sparkles: Include `proofs` command ([56c20b5](https://github.com/SpiralOutDotEu/zk_whitelist/commit/56c20b56074516f24edf9c2b1daec2544c3fd7c8))

# [1.7.0](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.6.0...v1.7.0) (2023-10-31)


Expand Down
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
@@ -1,6 +1,6 @@
[package]
name = "zk_whitelist"
version = "1.7.0"
version = "1.8.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 7f843a3

Please sign in to comment.