From f50fb8c89625895ccb92d880bb6a3e3ad9103f88 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Wed, 17 Jun 2026 13:54:46 -0400 Subject: [PATCH] chore(vdev): bump version to 0.3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cuts a release that includes: - `vdev deprecation show / enact / generate / check` (#25638) — the fragment-management commands that #25442 wires into CI. Without this release, CI for the deprecation.d system can't find the new subcommand on the published 0.3.3 binary. - `vdev release` tooling fixes (#25629) — scope-parsing drop, dry-run warning, insert_block_after_changelog fix. First release on the new install flow (`--manifest-path`, no `VDEV_VERSION` pin, source-compile fallback): bumping vdev/Cargo.toml and pushing the matching tag is sufficient; no follow-up PR needed. --- Cargo.lock | 2 +- vdev/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6daac2485e32a..14fbfcee63b68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12791,7 +12791,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vdev" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "cfg-if", diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 15cf92dbd860c..d5bdcfb6fb804 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vdev" -version = "0.3.3" +version = "0.3.4" edition = "2024" authors = ["Vector Contributors "] license = "MPL-2.0"