From 2925136536b06a324551627468d17e959afa18d4 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Sun, 29 Jun 2025 10:19:39 -0700 Subject: [PATCH] Release 0.2.0-alpha.2 --- 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 eba43e548b..5b1f961136 100644 --- a/codex-rs/Cargo.toml +++ b/codex-rs/Cargo.toml @@ -18,7 +18,7 @@ members = [ ] [workspace.package] -version = "0.0.0" +version = "0.2.0-alpha.2" # 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