Skip to content

Commit aae39bd

Browse files
chore(main): release 2.0.1 (#55)
* chore(main): release 2.0.1 * 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 a90095f commit aae39bd

File tree

7 files changed

+13
-6
lines changed

7 files changed

+13
-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.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

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

3+
## [2.0.1](https://github.com/pattern-zones-co/koine/compare/v2.0.0...v2.0.1) (2025-12-25)
4+
5+
6+
### Documentation
7+
8+
* update SDK docs for 2.0 breaking changes ([#54](https://github.com/pattern-zones-co/koine/issues/54)) ([a90095f](https://github.com/pattern-zones-co/koine/commit/a90095f2727edb9d17a338cd81f6483b046daa00))
9+
310
## [2.0.0](https://github.com/pattern-zones-co/koine/compare/v1.1.6...v2.0.0) (2025-12-25)
411

512

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.0",
3+
"version": "2.0.1",
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.0",
4+
"version": "2.0.1",
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.0"
7+
version = "2.0.1"
88
description = "Python SDK for Koine gateway"
99
readme = "README.md"
1010
license = "MIT"

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.0"
21+
__version__ = "2.0.1"
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.0",
3+
"version": "2.0.1",
44
"description": "TypeScript SDK for Koine gateway",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)