Skip to content

Commit 4728f11

Browse files
chore(main): release 0.1.3
1 parent c5b422c commit 4728f11

4 files changed

Lines changed: 15 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.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.3](https://github.com/cometapi-dev/cometapi-python/compare/v0.1.2...v0.1.3) (2026-07-30)
8+
9+
10+
### Bug Fixes
11+
12+
* 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))
13+
14+
15+
### Documentation
16+
17+
* 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))
18+
719
## [Unreleased]
820

921
## [0.1.2] - 2026-07-30

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.2"
3+
version = "0.1.3"
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)