From 972e2d18f0df5d2e16a21696de90f11c749344bd Mon Sep 17 00:00:00 2001 From: romnn Date: Sat, 11 Jan 2025 04:39:59 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.33=20=E2=86=92=200.0.34?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index d973084..dbb5b58 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.0.33" +current_version = "0.0.34" commit = true tag = true pre_commit_hooks = [ diff --git a/Cargo.toml b/Cargo.toml index 73bbf85..0a770cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-feature-combinations" -version = "0.0.33" +version = "0.0.34" edition = "2021" authors = ["romnn "] description = "run cargo commands for all feature combinations"