Skip to content

Commit 82230dc

Browse files
chore(main): release 0.1.2
1 parent a411bf5 commit 82230dc

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.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.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project are documented in this file. The project
44
follows Semantic Versioning and uses Conventional Commits for release-PR
55
automation.
66

7+
## [0.1.2](https://github.com/cometapi-dev/cometapi-python/compare/v0.1.1...v0.1.2) (2026-07-30)
8+
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
* 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))
14+
15+
16+
### Documentation
17+
18+
* finalize release please replacement ([#30](https://github.com/cometapi-dev/cometapi-python/issues/30)) ([ab19cf8](https://github.com/cometapi-dev/cometapi-python/commit/ab19cf8b6768630367b65d8fb4778ae4638fbce3))
19+
* 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))
20+
721
## [Unreleased]
822

923
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cometapi"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Typed OpenAI-compatible Python client for the CometAPI gateway"
55
readme = "README.md"
66
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)