From 187af04629ceff715ad2d92482125ac2850620f1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Nov 2023 09:39:35 +0000 Subject: [PATCH] chore(release): 1.9.6 [skip ci] ## [1.9.6](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.5...v1.9.6) (2023-11-03) ### Bug Fixes * **ci:** :adhesive_bandage: Correct target path for win & macos releases ([3f64863](https://github.com/SpiralOutDotEu/zk_whitelist/commit/3f64863ec3e7197443c4daae8444c8fcd67563df)) --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ede906..20c73a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.6](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.5...v1.9.6) (2023-11-03) + + +### Bug Fixes + +* **ci:** :adhesive_bandage: Correct target path for win & macos releases ([3f64863](https://github.com/SpiralOutDotEu/zk_whitelist/commit/3f64863ec3e7197443c4daae8444c8fcd67563df)) + ## [1.9.5](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.4...v1.9.5) (2023-11-03) diff --git a/Cargo.lock b/Cargo.lock index 252dc62..0be49be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,7 +595,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "zk_whitelist" -version = "1.9.5" +version = "1.9.6" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index d2cfdd2..ae23550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk_whitelist" -version = "1.9.5" +version = "1.9.6" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html