From 2e3cf8f074691a22f997720a936ad8613dd0a168 Mon Sep 17 00:00:00 2001 From: Andrew Steurer <94206073+asteurer@users.noreply.github.com> Date: Mon, 4 May 2026 17:32:34 -0500 Subject: [PATCH] feat: prep for v0.3.3 release Signed-off-by: Andrew Steurer <94206073+asteurer@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- main.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2914ef4..e6061ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ dependencies = [ [[package]] name = "componentize-go" -version = "0.3.1" +version = "0.3.3" dependencies = [ "anyhow", "bzip2", @@ -1460,7 +1460,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.3.1" +version = "0.3.3" dependencies = [ "anyhow", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index ca3f2dc..8acdd45 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.2" +version = "0.3.3" edition = "2024" [workspace.lints.clippy] diff --git a/main.go b/main.go index 528379c..689e5da 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ import ( // Although `componentize-go` is written in Rust, we can use this wrapper to // make it available using e.g. `go install` and/or `go tool`. func main() { - release := "v0.3.2" + release := "v0.3.3" directories := userdirs.ForApp( "componentize-go",