Skip to content

Commit 00320e2

Browse files
release: 0.1.0-alpha.1
1 parent c9dac8b commit 00320e2

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.0.1-alpha.0"
2+
".": "0.1.0-alpha.1"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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:** manual updates ([28d5d4a](https://github.com/cleanlab/codex-python/commit/28d5d4abd87bd27f58a630c8103c9e2d3e707cde))
10+
* **api:** update org name ([9280a51](https://github.com/cleanlab/codex-python/commit/9280a51407bdd454e2b5104af113f22ddb9acdba))
11+
* **api:** update via SDK Studio ([d8b8e25](https://github.com/cleanlab/codex-python/commit/d8b8e25c4935d842f5c7859d721fb5c4be47e933))
12+
* **api:** update via SDK Studio ([c3eee55](https://github.com/cleanlab/codex-python/commit/c3eee55f2f12c230f704922e936603d874703479))
13+
* **api:** update via SDK Studio ([ffbe827](https://github.com/cleanlab/codex-python/commit/ffbe8272f93b7fc83a67a7d7b1dfed487ee5f057))
14+
15+
16+
### Bug Fixes
17+
18+
* update organization name ([d193693](https://github.com/cleanlab/codex-python/commit/d193693251d2de5c61e5556437ad9b39e227c0c1))
19+
20+
21+
### Chores
22+
23+
* go live ([#1](https://github.com/cleanlab/codex-python/issues/1)) ([c9dac8b](https://github.com/cleanlab/codex-python/commit/c9dac8b09b5064b17d52a18b01f81d116f891cd9))

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"
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

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

0 commit comments

Comments
 (0)