From 44b0c03fea5de41698f229b1c4f7be46e5d45dc7 Mon Sep 17 00:00:00 2001 From: Ralf Anton Beier Date: Fri, 28 Aug 2026 09:33:31 +0200 Subject: [PATCH] Bump version from 0.29.0 to 0.30.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d9a8d94f..bc7c06ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ resolver = "2" members = ["crates/varve", "crates/varve-core", "crates/varve-producer"] [workspace.package] -version = "0.29.0" +version = "0.30.0" edition = "2024" license = "Apache-2.0" repository = "https://github.com/pulseengine/varve"