From 96c7551791ee63f1dabf4eb86fabcba9cd8b902b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:03:14 +0000 Subject: [PATCH 1/2] feat: various codegen changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08f0b2fe..434ebb1c 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ [![PyPI version](https://img.shields.io/pypi/v/codex-sdk.svg)](https://pypi.org/project/codex-sdk/) -THIS LIBRARY IS NOT MEANT TO BE USED DIRECTLY. REFER TO https://pypi.org/project/cleanlab-codex/ INSTEAD. +This library is not meant to be used directly. Refer to https://pypi.org/project/cleanlab-codex/ instead. From 5150c0f752938947eecf558d775c6013205dfe5c Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:03:39 +0000 Subject: [PATCH 2/2] release: 0.1.0-alpha.11 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/codex/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b005e52..ee49ac2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.10" + ".": "0.1.0-alpha.11" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c98a97..172b1d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.11 (2025-01-30) + +Full Changelog: [v0.1.0-alpha.10...v0.1.0-alpha.11](https://github.com/cleanlab/codex-python/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) + +### Features + +* various codegen changes ([96c7551](https://github.com/cleanlab/codex-python/commit/96c7551791ee63f1dabf4eb86fabcba9cd8b902b)) + ## 0.1.0-alpha.10 (2025-01-30) Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/cleanlab/codex-python/compare/v0.1.0-alpha.9...v0.1.0-alpha.10) diff --git a/pyproject.toml b/pyproject.toml index e83013d9..2641c490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codex-sdk" -version = "0.1.0-alpha.10" +version = "0.1.0-alpha.11" description = "Internal SDK used within cleanlab-codex package. Refer to https://pypi.org/project/cleanlab-codex/ instead." dynamic = ["readme"] license = "MIT" diff --git a/src/codex/_version.py b/src/codex/_version.py index 656b38ab..fd5f7081 100644 --- a/src/codex/_version.py +++ b/src/codex/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "codex" -__version__ = "0.1.0-alpha.10" # x-release-please-version +__version__ = "0.1.0-alpha.11" # x-release-please-version