Skip to content

Commit 65e466e

Browse files
release: 0.1.0-alpha.4
1 parent ddee22f commit 65e466e

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-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.3"
2+
".": "0.1.0-alpha.4"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.4 (2025-01-21)
4+
5+
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/cleanlab/codex-python/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
6+
7+
### Features
8+
9+
* **api:** update api base url ([#28](https://github.com/cleanlab/codex-python/issues/28)) ([89c6e8b](https://github.com/cleanlab/codex-python/commit/89c6e8bff457c9269dfa76060b6fe8c757a58c4a))
10+
11+
12+
### Bug Fixes
13+
14+
* **tests:** make test_get_platform less flaky ([#26](https://github.com/cleanlab/codex-python/issues/26)) ([d192517](https://github.com/cleanlab/codex-python/commit/d1925178d12c441e58cd36c210158ad9d07ee4dd))
15+
16+
17+
### Chores
18+
19+
* **internal:** avoid pytest-asyncio deprecation warning ([#27](https://github.com/cleanlab/codex-python/issues/27)) ([1ab1a4e](https://github.com/cleanlab/codex-python/commit/1ab1a4ebd7b1bdf27847ce74a6c9aad630c0261c))
20+
21+
22+
### Documentation
23+
24+
* **raw responses:** fix duplicate `the` ([#24](https://github.com/cleanlab/codex-python/issues/24)) ([ddeaa6d](https://github.com/cleanlab/codex-python/commit/ddeaa6db67dbf992ff0630d5b7c03848db41d751))
25+
326
## 0.1.0-alpha.3 (2025-01-17)
427

528
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/cleanlab/codex-python/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)

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.3"
3+
version = "0.1.0-alpha.4"
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.3" # x-release-please-version
4+
__version__ = "0.1.0-alpha.4" # x-release-please-version

0 commit comments

Comments
 (0)