Skip to content

Commit 202fe87

Browse files
chore(main): release 2.0.4 (#60)
* chore(main): release 2.0.4 * chore: format release PR with biome --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bd2a7c6 commit 202fe87

File tree

7 files changed

+19
-6
lines changed

7 files changed

+19
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.3"
2+
".": "2.0.4"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.0.4](https://github.com/pattern-zones-co/koine/compare/v2.0.3...v2.0.4) (2025-12-26)
4+
5+
6+
### Documentation
7+
8+
* add link to openapi.yaml in api-reference ([39b3424](https://github.com/pattern-zones-co/koine/commit/39b34243caf28da906a0184349053c3427108582))
9+
* recommend API keys over OAuth tokens for automation ([e7dd97d](https://github.com/pattern-zones-co/koine/commit/e7dd97d683521307830e665d1e044f8a54bcce47))
10+
11+
12+
### Code Refactoring
13+
14+
* **test:** replace setTimeout with deterministic spawn polling ([#63](https://github.com/pattern-zones-co/koine/issues/63)) ([bd2a7c6](https://github.com/pattern-zones-co/koine/commit/bd2a7c6bb06cb90579507f7aac8e53be88c1ae5b))
15+
316
## [2.0.3](https://github.com/pattern-zones-co/koine/compare/v2.0.2...v2.0.3) (2025-12-26)
417

518

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "koine",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"private": true,
55
"type": "module",
66
"description": "Koine - HTTP gateway and SDK for Claude Code CLI",

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternzones/koine",
33
"private": true,
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"description": "HTTP gateway service for Claude Code CLI",
66
"repository": {
77
"type": "git",

packages/sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "koine-sdk"
7-
version = "2.0.3"
7+
version = "2.0.4"
88
description = "Python SDK for Koine gateway"
99
readme = "README.md"
1010
license = "AGPL-3.0-only OR LicenseRef-Commercial"

packages/sdks/python/src/koine_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919

2020
# x-release-please-start-version
21-
__version__ = "2.0.3"
21+
__version__ = "2.0.4"
2222
# x-release-please-end
2323

2424
# Client factory (primary API)

packages/sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternzones/koine-sdk",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "TypeScript SDK for Koine gateway",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)