From 82230dcb8bc38795661f36c18b2a9d734ba17b76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 03:24:01 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..001eb2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c33bf9..9865d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project are documented in this file. The project follows Semantic Versioning and uses Conventional Commits for release-PR automation. +## [0.1.2](https://github.com/cometapi-dev/cometapi-python/compare/v0.1.1...v0.1.2) (2026-07-30) + + +### Bug Fixes + +* harden release metadata and runtime ([#29](https://github.com/cometapi-dev/cometapi-python/issues/29)) ([67bd189](https://github.com/cometapi-dev/cometapi-python/commit/67bd1893983c724d1cc81b824106b7c3d9418e97)) +* isolate release PR transport retries ([#31](https://github.com/cometapi-dev/cometapi-python/issues/31)) ([a411bf5](https://github.com/cometapi-dev/cometapi-python/commit/a411bf5c4aeba341a2d4520a023ad0fe2c5ccee3)) + + +### Documentation + +* finalize release please replacement ([#30](https://github.com/cometapi-dev/cometapi-python/issues/30)) ([ab19cf8](https://github.com/cometapi-dev/cometapi-python/commit/ab19cf8b6768630367b65d8fb4778ae4638fbce3)) +* record 0.1.1 release evidence ([#28](https://github.com/cometapi-dev/cometapi-python/issues/28)) ([e07b4e7](https://github.com/cometapi-dev/cometapi-python/commit/e07b4e7a16377a9bd61b21876d60da85ba9c03d8)) + ## [Unreleased] ### Fixed diff --git a/pyproject.toml b/pyproject.toml index df47aac..a1f5848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cometapi" -version = "0.1.1" +version = "0.1.2" description = "Typed OpenAI-compatible Python client for the CometAPI gateway" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 4946866..c0824cc 100644 --- a/uv.lock +++ b/uv.lock @@ -221,7 +221,7 @@ wheels = [ [[package]] name = "cometapi" -version = "0.1.1" +version = "0.1.2" source = { editable = "." } dependencies = [ { name = "openai" }, From 322fdf40585f46aef64bc8b881ee2ce36c09c951 Mon Sep 17 00:00:00 2001 From: CometAPI Date: Thu, 30 Jul 2026 11:30:29 +0800 Subject: [PATCH 2/2] chore: finalize 0.1.2 release --- CHANGELOG.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9865d96..33dac06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,10 @@ All notable changes to this project are documented in this file. The project follows Semantic Versioning and uses Conventional Commits for release-PR automation. -## [0.1.2](https://github.com/cometapi-dev/cometapi-python/compare/v0.1.1...v0.1.2) (2026-07-30) - - -### Bug Fixes - -* harden release metadata and runtime ([#29](https://github.com/cometapi-dev/cometapi-python/issues/29)) ([67bd189](https://github.com/cometapi-dev/cometapi-python/commit/67bd1893983c724d1cc81b824106b7c3d9418e97)) -* isolate release PR transport retries ([#31](https://github.com/cometapi-dev/cometapi-python/issues/31)) ([a411bf5](https://github.com/cometapi-dev/cometapi-python/commit/a411bf5c4aeba341a2d4520a023ad0fe2c5ccee3)) - - -### Documentation - -* finalize release please replacement ([#30](https://github.com/cometapi-dev/cometapi-python/issues/30)) ([ab19cf8](https://github.com/cometapi-dev/cometapi-python/commit/ab19cf8b6768630367b65d8fb4778ae4638fbce3)) -* record 0.1.1 release evidence ([#28](https://github.com/cometapi-dev/cometapi-python/issues/28)) ([e07b4e7](https://github.com/cometapi-dev/cometapi-python/commit/e07b4e7a16377a9bd61b21876d60da85ba9c03d8)) - ## [Unreleased] +## [0.1.2] - 2026-07-30 + ### Fixed - Pin Release Please to its reviewed Node 24 action and reject regressions to @@ -115,3 +103,4 @@ automation. [0.1.0]: https://github.com/cometapi-dev/cometapi-python/compare/v0.1.0-alpha.1%2Brecovery.1...v0.1.0 [0.1.1]: https://github.com/cometapi-dev/cometapi-python/compare/v0.1.0...v0.1.1 +[0.1.2]: https://github.com/cometapi-dev/cometapi-python/compare/v0.1.1...v0.1.2