From 2830cb5ac7dd0280d716894771f90ce02a318d06 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jun 2026 13:09:33 +0000 Subject: [PATCH] chore(release): 0.13.1 [skip ci] ## [0.13.1](https://github.com/Kaelio/ktx/compare/v0.13.0...v0.13.1) (2026-06-23) ### Bug Fixes * **sqlserver:** hoist leading CTEs out of row-limit derived-table wrap ([#311](https://github.com/Kaelio/ktx/issues/311)) ([c815e10](https://github.com/Kaelio/ktx/commit/c815e10fb33fb73effe3ff50a01a1c8ae4b5043f)) ### Other Changes * refresh star history chart [skip ci] ([9f715f9](https://github.com/Kaelio/ktx/commit/9f715f93f16a618683238f0620f3659b29b8cc8d)) * refresh star history chart [skip ci] ([144943e](https://github.com/Kaelio/ktx/commit/144943ec1d82c99b1c27b3318235f0847ecad2bc)) * refresh star history chart [skip ci] ([e550091](https://github.com/Kaelio/ktx/commit/e550091a7631a119c6a2589ee282f7c79946deaf)) * refresh star history chart [skip ci] ([1f16a89](https://github.com/Kaelio/ktx/commit/1f16a89c9465244de8f9f86362f36483028b97a9)) --- 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 8a84b0b3..fd05cc53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ktx-workspace", - "version": "0.13.0", + "version": "0.13.1", "description": "Workspace root for ktx packages", "private": true, "type": "module", diff --git a/packages/cli/package.json b/packages/cli/package.json index 89c90094..d6975429 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kaelio/ktx", - "version": "0.13.0", + "version": "0.13.1", "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 9affa98c..0300351c 100644 --- a/python/ktx-daemon/pyproject.toml +++ b/python/ktx-daemon/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ktx-daemon" -version = "0.13.0" +version = "0.13.1" 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 5f2604dd..03cf450b 100644 --- a/python/ktx-sl/pyproject.toml +++ b/python/ktx-sl/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ktx-sl" -version = "0.13.0" +version = "0.13.1" 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 2aeba729..a45f6c07 100644 --- a/release-policy.json +++ b/release-policy.json @@ -19,7 +19,7 @@ }, "publishedPackageSmoke": { "packageName": "@kaelio/ktx", - "version": "0.13.0", + "version": "0.13.1", "registry": null }, "runtimeInstaller": {