Skip to content

Commit e17b3da

Browse files
release: 0.1.0-alpha.6
1 parent 76cad32 commit e17b3da

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.5"
2+
".": "0.1.0-alpha.6"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.1.0-alpha.6 (2025-01-24)
4+
5+
Full Changelog: [v0.1.0-alpha.5...v0.1.0-alpha.6](https://github.com/cleanlab/codex-python/compare/v0.1.0-alpha.5...v0.1.0-alpha.6)
6+
7+
### Features
8+
9+
* **api:** manual updates ([#38](https://github.com/cleanlab/codex-python/issues/38)) ([19d1564](https://github.com/cleanlab/codex-python/commit/19d15642892532a695756459c8fadd10bff2d5f0))
10+
11+
12+
### Chores
13+
14+
* **internal:** minor formatting changes ([#37](https://github.com/cleanlab/codex-python/issues/37)) ([39c096c](https://github.com/cleanlab/codex-python/commit/39c096c71a77a0db1b4e546932304eb745a535ca))
15+
* **internal:** minor style changes ([#35](https://github.com/cleanlab/codex-python/issues/35)) ([8aa2b96](https://github.com/cleanlab/codex-python/commit/8aa2b96246c7a9a95c6a0de6c317f8a38581fee4))
16+
317
## 0.1.0-alpha.5 (2025-01-22)
418

519
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/cleanlab/codex-python/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codex-sdk"
3-
version = "0.1.0-alpha.5"
3+
version = "0.1.0-alpha.6"
44
description = "The official Python library for the Codex API"
55
dynamic = ["readme"]
66
license = "MIT"

src/codex/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "codex"
4-
__version__ = "0.1.0-alpha.5" # x-release-please-version
4+
__version__ = "0.1.0-alpha.6" # x-release-please-version

0 commit comments

Comments
 (0)