From f21594c42ab601fef6d1a6ee332795411fc6d4c0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Jun 2026 23:16:54 +0000 Subject: [PATCH] chore(release): 0.15.0 [skip ci] ## [0.15.0](https://github.com/Kaelio/ktx/compare/v0.14.0...v0.15.0) (2026-06-30) ### Features * **sigma:** add Sigma Computing context-source adapter ([#316](https://github.com/Kaelio/ktx/issues/316)) ([acd20ac](https://github.com/Kaelio/ktx/commit/acd20ac24837e981eeb55762df35ddc4020af8ef)), closes [#168](https://github.com/Kaelio/ktx/issues/168) ### Other Changes * remove star history refresh workflow ([139ac08](https://github.com/Kaelio/ktx/commit/139ac0832004533cc3626e98f6272cef7c32dd7e)) --- package.json | 2 +- packages/cli/package.json | 2 +- python/ktx-daemon/pyproject.toml | 2 +- python/ktx-sl/pyproject.toml | 2 +- release-policy.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9fd0949a..7c55c07f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ktx-workspace", - "version": "0.14.0", + "version": "0.15.0", "description": "Workspace root for ktx packages", "private": true, "type": "module", diff --git a/packages/cli/package.json b/packages/cli/package.json index b485af23..8f41231c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kaelio/ktx", - "version": "0.14.0", + "version": "0.15.0", "description": "Standalone ktx context layer for data agents", "author": { "name": "Kaelio", diff --git a/python/ktx-daemon/pyproject.toml b/python/ktx-daemon/pyproject.toml index 7d5b5b71..d75099fd 100644 --- a/python/ktx-daemon/pyproject.toml +++ b/python/ktx-daemon/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ktx-daemon" -version = "0.14.0" +version = "0.15.0" description = "Portable compute package for ktx semantic-layer operations" readme = "README.md" requires-python = ">=3.13" diff --git a/python/ktx-sl/pyproject.toml b/python/ktx-sl/pyproject.toml index ab7b2397..2aabe545 100644 --- a/python/ktx-sl/pyproject.toml +++ b/python/ktx-sl/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ktx-sl" -version = "0.14.0" +version = "0.15.0" description = "Agent-first semantic layer engine with aggregate locality" readme = "README.md" requires-python = ">=3.13" diff --git a/release-policy.json b/release-policy.json index 425ecbb2..b7572bc9 100644 --- a/release-policy.json +++ b/release-policy.json @@ -19,7 +19,7 @@ }, "publishedPackageSmoke": { "packageName": "@kaelio/ktx", - "version": "0.14.0", + "version": "0.15.0", "registry": null }, "runtimeInstaller": {