From 4c274181fc99da23b33c0c91a6503fa00741742e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Nov 2023 08:19:21 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.8.0...v1.9.0) (2023-11-02) ### Features * **cli:** :sparkles: Add `token` command to generate a sample token contract ([59124e5](https://github.com/SpiralOutDotEu/zk_whitelist/commit/59124e585d476e4d9934fb887c3c7948237375de)) * **cli:** :sparkles: Add command `all` to run all the other commands end-2-end ([25c0886](https://github.com/SpiralOutDotEu/zk_whitelist/commit/25c08866e71a36697612a3db51a5fc69676bec1c)) * **cli:** :sparkles: Include `token` command on `all` command ([9501075](https://github.com/SpiralOutDotEu/zk_whitelist/commit/9501075b55dfb5a401e43764d1f217c33faff741)) --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 945bbe1..c7496b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.9.0](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.8.0...v1.9.0) (2023-11-02) + + +### Features + +* **cli:** :sparkles: Add `token` command to generate a sample token contract ([59124e5](https://github.com/SpiralOutDotEu/zk_whitelist/commit/59124e585d476e4d9934fb887c3c7948237375de)) +* **cli:** :sparkles: Add command `all` to run all the other commands end-2-end ([25c0886](https://github.com/SpiralOutDotEu/zk_whitelist/commit/25c08866e71a36697612a3db51a5fc69676bec1c)) +* **cli:** :sparkles: Include `token` command on `all` command ([9501075](https://github.com/SpiralOutDotEu/zk_whitelist/commit/9501075b55dfb5a401e43764d1f217c33faff741)) + # [1.8.0](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.7.0...v1.8.0) (2023-11-01) diff --git a/Cargo.lock b/Cargo.lock index 73d29da..6b0e58d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,7 +595,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "zk_whitelist" -version = "1.8.0" +version = "1.9.0" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 331324b..d087c69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk_whitelist" -version = "1.8.0" +version = "1.9.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html