From 7ba948a13524388a89ef54fd082eff1aaaa9bb76 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Jun 2026 21:50:59 +0000 Subject: [PATCH] chore(release): 0.9.0 [skip ci] ## [0.9.0](https://github.com/Kaelio/ktx/compare/v0.8.0...v0.9.0) (2026-06-03) ### Features * add codex llm backend for ktx runtime work ([#253](https://github.com/Kaelio/ktx/issues/253)) ([494618a](https://github.com/Kaelio/ktx/commit/494618ab142505bd988156d867be047e3affc4c3)) * **cli:** consistent connection setup recovery and build-time gate ([#257](https://github.com/Kaelio/ktx/issues/257)) ([ce1516b](https://github.com/Kaelio/ktx/commit/ce1516b357807874902d189d1d163755634083e8)) * **cli:** guide next action at end of ktx setup, not reruns ([#256](https://github.com/Kaelio/ktx/issues/256)) ([45aa95d](https://github.com/Kaelio/ktx/commit/45aa95d2cc121267bbbc8c184402a19573956dd4)) * **cli:** stream plain ktx ingest progress to stderr (KLO-726) ([#251](https://github.com/Kaelio/ktx/issues/251)) ([13774bf](https://github.com/Kaelio/ktx/commit/13774bfcef1622a83e29f27042bde1bcdd97beb2)) * **query-history:** scope mining to modeled schemas by default ([#258](https://github.com/Kaelio/ktx/issues/258)) ([e70ae1e](https://github.com/Kaelio/ktx/commit/e70ae1e63bcd7168ade90b8998a06b561ce36cf2)) * **telemetry:** include error details for failures ([#254](https://github.com/Kaelio/ktx/issues/254)) ([6da8c34](https://github.com/Kaelio/ktx/commit/6da8c3452a97bfcbeefd8bbcc3379d4d41b4dc9f)) ### Bug Fixes * **ingest:** recover textual-conflict gate failures; fix query-history adapter ([#255](https://github.com/Kaelio/ktx/issues/255)) ([f5dea9a](https://github.com/Kaelio/ktx/commit/f5dea9a0891305e7c4d90b0156638681fe75c1dc)) ### Other Changes * refresh star history chart [skip ci] ([9d3a0b7](https://github.com/Kaelio/ktx/commit/9d3a0b751df68c19df8007c4dec4c891f73246b0)) * refresh star history chart [skip ci] ([74c6076](https://github.com/Kaelio/ktx/commit/74c6076b72d0f79d8e7bfa8ef31550de39a36d00)) * refresh star history chart [skip ci] ([d01abe6](https://github.com/Kaelio/ktx/commit/d01abe6f3c8330dbdcf674ef8891e2b2118ac192)) * revert repo references to Kaelio/ktx and remove rename-resilience ([#252](https://github.com/Kaelio/ktx/issues/252)) ([41e20c9](https://github.com/Kaelio/ktx/commit/41e20c9ce7c4dcfc848073d72ae7c4ea766506fc)), closes [#250](https://github.com/Kaelio/ktx/issues/250) [#250](https://github.com/Kaelio/ktx/issues/250) --- 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 a9590d70..e7714634 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ktx-workspace", - "version": "0.8.0", + "version": "0.9.0", "description": "Workspace root for ktx packages", "private": true, "type": "module", diff --git a/packages/cli/package.json b/packages/cli/package.json index 9d3af54c..939a8b9c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kaelio/ktx", - "version": "0.8.0", + "version": "0.9.0", "description": "Standalone ktx context layer for data agents", "type": "module", "engines": { diff --git a/python/ktx-daemon/pyproject.toml b/python/ktx-daemon/pyproject.toml index 97f2c15a..0fcf8e88 100644 --- a/python/ktx-daemon/pyproject.toml +++ b/python/ktx-daemon/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ktx-daemon" -version = "0.8.0" +version = "0.9.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 01eb184d..aaf65265 100644 --- a/python/ktx-sl/pyproject.toml +++ b/python/ktx-sl/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ktx-sl" -version = "0.8.0" +version = "0.9.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 7cb55839..33774673 100644 --- a/release-policy.json +++ b/release-policy.json @@ -19,7 +19,7 @@ }, "publishedPackageSmoke": { "packageName": "@kaelio/ktx", - "version": "0.8.0", + "version": "0.9.0", "registry": null }, "runtimeInstaller": {