From f9d1a29f4aced1e256bb7f9d87b7de3e505d6b5f Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Wed, 17 Sep 2025 11:33:49 -0700 Subject: [PATCH] Release 0.39.0-alpha.1 --- codex-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/Cargo.toml b/codex-rs/Cargo.toml index 1502e62f2f..08866ff5e0 100644 --- a/codex-rs/Cargo.toml +++ b/codex-rs/Cargo.toml @@ -22,7 +22,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.0.0" +version = "0.39.0-alpha.1" # Track the edition for all workspace crates in one place. Individual # crates can still override this value, but keeping it here means new # crates created with `cargo new -w ...` automatically inherit the 2024