File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,3 +47,10 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver
4747- Remove separate native-wheels.yml to avoid split workflows.
4848
4949[ 0.2.1 ] : https://github.com/gersmann/codex-python/releases/tag/v0.2.1
50+
51+ ## [ 0.2.2] - 2025-09-10
52+ ### Fixed
53+ - sdist build: add ` crates/codex_native/pyproject.toml ` (maturin PEP 517) so ` maturin sdist -m crates/codex_native/Cargo.toml ` succeeds under publish.yml.
54+ - Ensure distribution naming is consistent for sdist and wheels (` codex-python ` ).
55+
56+ [ 0.2.2 ] : https://github.com/gersmann/codex-python/releases/tag/v0.2.2
Original file line number Diff line number Diff line change 3131]
3232
3333# Managed by Hatch via pyproject.toml [tool.hatch.version]
34- __version__ = "0.2.1 "
34+ __version__ = "0.2.2 "
Original file line number Diff line number Diff line change 11[package ]
22name = " codex_native"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44edition = " 2021"
55
66[lib ]
You can’t perform that action at this time.
0 commit comments