Skip to content

Commit c4ed250

Browse files
chore(main): release 0.1.4
1 parent cd4e151 commit c4ed250

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.3"
2+
".": "0.1.4"
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.4](https://github.com/cometapi-dev/cometapi-python/compare/v0.1.3...v0.1.4) (2026-07-31)
8+
9+
10+
### Bug Fixes
11+
12+
* compose release document normalization ([cd4e151](https://github.com/cometapi-dev/cometapi-python/commit/cd4e15157e2704c514483c44497837beab872f32))
13+
* make release boundaries deterministic ([#39](https://github.com/cometapi-dev/cometapi-python/issues/39)) ([f28a849](https://github.com/cometapi-dev/cometapi-python/commit/f28a84911015097872680ec09860ff71015bd7b4))
14+
* make release gates deterministic ([#37](https://github.com/cometapi-dev/cometapi-python/issues/37)) ([c5eb2f9](https://github.com/cometapi-dev/cometapi-python/commit/c5eb2f96bd8a5c33c84d6ac00303e376cfac2221))
15+
16+
17+
### Documentation
18+
19+
* record 0.1.3 release evidence ([#36](https://github.com/cometapi-dev/cometapi-python/issues/36)) ([7857adb](https://github.com/cometapi-dev/cometapi-python/commit/7857adbab203ed120ca82e55e1f63b9a9be641e4))
20+
721
## [0.1.3] - 2026-07-30
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.3"
3+
version = "0.1.4"
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)