From c2cdfb9164a02f7ca1848cccc43b5a21d2ef101a Mon Sep 17 00:00:00 2001 From: Andrew Steurer <94206073+asteurer@users.noreply.github.com> Date: Wed, 2 Sep 2026 23:40:42 -0500 Subject: [PATCH] chore: prep for v0.4.2 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 2c270ae..cd9bfb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -337,7 +337,7 @@ dependencies = [ [[package]] name = "componentize-go" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "bzip2", @@ -2219,7 +2219,7 @@ dependencies = [ [[package]] name = "tests" -version = "0.4.1" +version = "0.4.2" dependencies = [ "anyhow", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index 93a3935..f7a6af5 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.4.1" +version = "0.4.2" edition = "2024" [workspace.lints.clippy] diff --git a/main.go b/main.go index e94d401..87e2e69 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.4.1" + release := "v0.4.2" directories := userdirs.ForApp( "componentize-go",