Skip to content

Commit c6533c7

Browse files
release: 0.1.0-alpha.1
1 parent ceaf7aa commit c6533c7

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1-alpha.0"
2+
".": "0.1.0-alpha.1"
33
}

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Changelog
2+
3+
## 0.1.0-alpha.1 (2025-01-14)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/cleanlab/codex-python/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)
6+
7+
### Features
8+
9+
* **api:** api update ([#7](https://github.com/cleanlab/codex-python/issues/7)) ([d663203](https://github.com/cleanlab/codex-python/commit/d6632030ddab4c88a1d2687dbab383cc378fc9c5))
10+
* **api:** manual updates ([28d5d4a](https://github.com/cleanlab/codex-python/commit/28d5d4abd87bd27f58a630c8103c9e2d3e707cde))
11+
* **api:** update org name ([9280a51](https://github.com/cleanlab/codex-python/commit/9280a51407bdd454e2b5104af113f22ddb9acdba))
12+
* **api:** update via SDK Studio ([d8b8e25](https://github.com/cleanlab/codex-python/commit/d8b8e25c4935d842f5c7859d721fb5c4be47e933))
13+
* **api:** update via SDK Studio ([c3eee55](https://github.com/cleanlab/codex-python/commit/c3eee55f2f12c230f704922e936603d874703479))
14+
* **api:** update via SDK Studio ([ffbe827](https://github.com/cleanlab/codex-python/commit/ffbe8272f93b7fc83a67a7d7b1dfed487ee5f057))
15+
* update openapi spec ([#8](https://github.com/cleanlab/codex-python/issues/8)) ([3b73632](https://github.com/cleanlab/codex-python/commit/3b73632bfebb021470eec3a995afe602947d7acc))
16+
17+
18+
### Bug Fixes
19+
20+
* disable tests ([#6](https://github.com/cleanlab/codex-python/issues/6)) ([ceafb65](https://github.com/cleanlab/codex-python/commit/ceafb65ec4fc016a9ff5d188f684c2d5a689221d))
21+
* don't publish for now ([#13](https://github.com/cleanlab/codex-python/issues/13)) ([ceaf7aa](https://github.com/cleanlab/codex-python/commit/ceaf7aaf48848a9b71da8c28c8342dd182c0f035))
22+
* update author name ([b281a4b](https://github.com/cleanlab/codex-python/commit/b281a4bd691ccb736d70cf9e7dfedb22344857f0))
23+
* update org info and package name ([#4](https://github.com/cleanlab/codex-python/issues/4)) ([5ae5c47](https://github.com/cleanlab/codex-python/commit/5ae5c47a89a5dc2ac6aa0592b265c3cf5ec23f40))
24+
* update organization name ([d193693](https://github.com/cleanlab/codex-python/commit/d193693251d2de5c61e5556437ad9b39e227c0c1))
25+
* update paginated endpoints ([#12](https://github.com/cleanlab/codex-python/issues/12)) ([bc99f4f](https://github.com/cleanlab/codex-python/commit/bc99f4f115d136bc07797978c95fa85404246a50))
26+
* update pagination scheme ([#10](https://github.com/cleanlab/codex-python/issues/10)) ([41f00af](https://github.com/cleanlab/codex-python/commit/41f00af8b04fbc066c76cd057b0525c0ce3d830d))
27+
* update pagination scheme ([#11](https://github.com/cleanlab/codex-python/issues/11)) ([8163f09](https://github.com/cleanlab/codex-python/commit/8163f09ba04cea6ecb5a558f7e2104ba3feb9c3f))
28+
* update pagination scheme ([#9](https://github.com/cleanlab/codex-python/issues/9)) ([e8499dc](https://github.com/cleanlab/codex-python/commit/e8499dce9f9aed8cc7f1d9d7bf6b00cee01a2de3))
29+
30+
31+
### Chores
32+
33+
* go live ([#1](https://github.com/cleanlab/codex-python/issues/1)) ([afa815c](https://github.com/cleanlab/codex-python/commit/afa815c9f4da93175e3e7c97551b657699c77245))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codex-sdk"
3-
version = "0.0.1-alpha.0"
3+
version = "0.1.0-alpha.1"
44
description = "The official Python library for the Codex API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/codex/_version.py

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

0 commit comments

Comments
 (0)