From 134f67a2047ea5c80b0ee3ddd17639bc54222abc Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 7 Apr 2026 08:15:34 -0600 Subject: [PATCH] bump version to v0.3.1 Unlike the `v0.3.1` tag I just pushed, this leaves the Go wrapper pointing to the "canary" release rather than the `v0.3.1` release, since this PR targets the `main` branch. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ddf2f9..2914ef4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ dependencies = [ [[package]] name = "componentize-go" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "bzip2", @@ -1460,7 +1460,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index e5ba0ca..74d6423 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ reqwest = { version = "0.13.1", features = ["blocking"] } tar = "0.4" [workspace.package] -version = "0.3.0" +version = "0.3.1" edition = "2024" [workspace.lints.clippy]