From a8bfe52a612e1770ceb718462bd74da2223ad487 Mon Sep 17 00:00:00 2001 From: Andrew Steurer <94206073+asteurer@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:11:52 -0500 Subject: [PATCH] chore: prep for 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 a913247..7026136 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -372,7 +372,7 @@ dependencies = [ [[package]] name = "componentize-go" -version = "0.3.4" +version = "0.4.0" dependencies = [ "anyhow", "bzip2", @@ -2272,7 +2272,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.3.4" +version = "0.4.0" dependencies = [ "anyhow", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index e9d4dbe..75f4f6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ reqwest = { version = "0.13.4", features = ["blocking"] } tar = "0.4.46" [workspace.package] -version = "0.3.4" +version = "0.4.0" edition = "2024" [workspace.lints.clippy] diff --git a/main.go b/main.go index d437654..b908530 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.4" + release := "v0.4.0" directories := userdirs.ForApp( "componentize-go",