File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
55The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
66
7+ ## [ 0.1.1] - 2025-09-10
8+ ### Added
9+ - CodexClient synchronous wrapper with defaults
10+ - Python API ` run_exec ` with robust error handling
11+
12+ ### Changed
13+ - Switch publish workflow to PyPI Trusted Publishing (OIDC)
14+ - Docs and Makefile updates
15+
716## [ 0.1.0] - 2025-09-10
817### Added
918- Initial project scaffold with Python 3.13+
@@ -15,3 +24,4 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver
1524- MIT License
1625
1726[ 0.1.0 ] : https://github.com/gersmann/codex-python/releases/tag/v0.1.0
27+ [ 0.1.1 ] : https://github.com/gersmann/codex-python/releases/tag/v0.1.1
Original file line number Diff line number Diff line change 2727]
2828
2929# Managed by Hatch via pyproject.toml [tool.hatch.version]
30- __version__ = "0.1.0 "
30+ __version__ = "0.1.1 "
You can’t perform that action at this time.
0 commit comments