From 76ecc22a604622608a3f21d65429108fb2f0be80 Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Fri, 21 Aug 2026 21:28:31 +0100 Subject: [PATCH] Release 0.3.4 --- CHANGELOG.md | 2 ++ rust/Cargo.lock | 10 +++++----- rust/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d81928..6b412b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.4] - 2026-08-21 + ### Added - **`DEVLAUNCH_NO_ZELLIJ=1`: no zellij in the container, without giving up the diff --git a/rust/Cargo.lock b/rust/Cargo.lock index dd43c222..0bfe12ac 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -13,7 +13,7 @@ dependencies = [ [[package]] name = "aid" -version = "0.3.3" +version = "0.3.4" dependencies = [ "devlaunch-test-support", "dl", @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "devlaunch-core" -version = "0.3.3" +version = "0.3.4" dependencies = [ "devlaunch-runner", "devlaunch-test-support", @@ -457,7 +457,7 @@ dependencies = [ [[package]] name = "devlaunch-runner" -version = "0.3.3" +version = "0.3.4" dependencies = [ "libc", "tempfile", @@ -465,7 +465,7 @@ dependencies = [ [[package]] name = "devlaunch-test-support" -version = "0.3.3" +version = "0.3.4" dependencies = [ "devlaunch-runner", "serde_json", @@ -512,7 +512,7 @@ dependencies = [ [[package]] name = "dl" -version = "0.3.3" +version = "0.3.4" dependencies = [ "assert_cmd", "clap", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 24356b7c..8ce165c4 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -11,7 +11,7 @@ members = [ # The single source of the version (docs/rust-rewrite-plan.md: cutover ships # 0.1.0, version read from Cargo.toml). [workspace.package] -version = "0.3.3" +version = "0.3.4" edition = "2024" license = "MIT" repository = "https://github.com/blooop/devlaunch"