From 039a3abb72483a23c76d1d0a287a3f34fab364a9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Nov 2023 09:54:18 +0000 Subject: [PATCH] chore(release): 1.9.2 [skip ci] ## [1.9.2](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.1...v1.9.2) (2023-11-02) ### Bug Fixes * **ci:** :bug: run-on ubuntu only and fetch depth 0 ([f803252](https://github.com/SpiralOutDotEu/zk_whitelist/commit/f8032520b3abff17dd5ca777274c0d255d35ab51)) --- 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 b806e9c..59de510 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.9.2](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.1...v1.9.2) (2023-11-02) + + +### Bug Fixes + +* **ci:** :bug: run-on ubuntu only and fetch depth 0 ([f803252](https://github.com/SpiralOutDotEu/zk_whitelist/commit/f8032520b3abff17dd5ca777274c0d255d35ab51)) + ## [1.9.1](https://github.com/SpiralOutDotEu/zk_whitelist/compare/v1.9.0...v1.9.1) (2023-11-02) diff --git a/Cargo.lock b/Cargo.lock index d691a82..67487f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,7 +595,7 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "zk_whitelist" -version = "1.9.1" +version = "1.9.2" dependencies = [ "assert_cmd", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6e17186..c0e50ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk_whitelist" -version = "1.9.1" +version = "1.9.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html