Skip to content

Commit 8dd218b

Browse files
committed
chore(release): v0.1.1
1 parent a9cdfd7 commit 8dd218b

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
The 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

codex/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
]
2828

2929
# Managed by Hatch via pyproject.toml [tool.hatch.version]
30-
__version__ = "0.1.0"
30+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)