From 4728f111ada71cfb538da35ad14a5540294d2338 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 13:44:44 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 33dac06..0fbfcce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.3](https://github.com/cometapi-dev/cometapi-python/compare/v0.1.2...v0.1.3) (2026-07-30) + + +### Bug Fixes + +* prevent stale mutable release claims ([#34](https://github.com/cometapi-dev/cometapi-python/issues/34)) ([c5b422c](https://github.com/cometapi-dev/cometapi-python/commit/c5b422cdff9d3751323b0aa470091b09db253d1e)) + + +### Documentation + +* record 0.1.2 release evidence ([#33](https://github.com/cometapi-dev/cometapi-python/issues/33)) ([0f71cca](https://github.com/cometapi-dev/cometapi-python/commit/0f71ccae27ce309f82ad06ae0ae872d5ec80835d)) + ## [Unreleased] ## [0.1.2] - 2026-07-30 diff --git a/pyproject.toml b/pyproject.toml index a1f5848..655d21a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "cometapi" -version = "0.1.2" +version = "0.1.3" 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 c0824cc..5ce4bf0 100644 --- a/uv.lock +++ b/uv.lock @@ -221,7 +221,7 @@ wheels = [ [[package]] name = "cometapi" -version = "0.1.2" +version = "0.1.3" source = { editable = "." } dependencies = [ { name = "openai" }, From b26c6e645fec131e9b1cd9360bf79651c32808ce Mon Sep 17 00:00:00 2001 From: CometAPI Date: Thu, 30 Jul 2026 21:50:52 +0800 Subject: [PATCH 2/2] chore: finalize 0.1.3 release --- CHANGELOG.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fbfcce..e3e3a0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,19 +4,22 @@ 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.3](https://github.com/cometapi-dev/cometapi-python/compare/v0.1.2...v0.1.3) (2026-07-30) - +## [Unreleased] -### Bug Fixes +## [0.1.3] - 2026-07-30 -* prevent stale mutable release claims ([#34](https://github.com/cometapi-dev/cometapi-python/issues/34)) ([c5b422c](https://github.com/cometapi-dev/cometapi-python/commit/c5b422cdff9d3751323b0aa470091b09db253d1e)) +### Fixed +- Prevent stale mutable release claims in persistent guidance and current-state + documentation ([#34](https://github.com/cometapi-dev/cometapi-python/issues/34)) + ([c5b422c](https://github.com/cometapi-dev/cometapi-python/commit/c5b422cdff9d3751323b0aa470091b09db253d1e)). ### Documentation -* record 0.1.2 release evidence ([#33](https://github.com/cometapi-dev/cometapi-python/issues/33)) ([0f71cca](https://github.com/cometapi-dev/cometapi-python/commit/0f71ccae27ce309f82ad06ae0ae872d5ec80835d)) - -## [Unreleased] +- Record completed `0.1.2` publication, live, provenance, digest, and + public-registry verification evidence + ([#33](https://github.com/cometapi-dev/cometapi-python/issues/33)) + ([0f71cca](https://github.com/cometapi-dev/cometapi-python/commit/0f71ccae27ce309f82ad06ae0ae872d5ec80835d)). ## [0.1.2] - 2026-07-30 @@ -116,3 +119,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 +[0.1.3]: https://github.com/cometapi-dev/cometapi-python/compare/v0.1.2...v0.1.3