Compare commits

...

1 Commits

Author SHA1 Message Date
Michael Bolin
d67aa9eaa0 ## New Features
- Extend the Rust protocol/types to include additional metadata on text elements, enabling richer client rendering and schema evolution (#9235)

## Chores
- Reduce flaky Rust release pipelines (notably on Windows) by increasing the release build job timeout (#9242)

## Changelog

Full Changelog: https://github.com/openai/codex/compare/rust-v0.83.0...rust-v0.84.0

- #9242 fix: increase timeout for release builds from 30 to 60 minutes @bolinfest
- #9235 Add text element metadata to types @charley-oai
2026-01-14 16:57:30 -08:00

View File

@@ -51,7 +51,7 @@ members = [
resolver = "2"
[workspace.package]
version = "0.0.0"
version = "0.84.0"
# 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