From a6dd8cf7303d2cbe2b60954816d022928a0eedef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 Jul 2026 21:22:57 +0000 Subject: [PATCH] chore(release): 0.16.0 [skip ci] ## [0.16.0](https://github.com/Kaelio/ktx/compare/v0.15.0...v0.16.0) (2026-07-03) ### Features * Add duckdb connector ([#308](https://github.com/Kaelio/ktx/issues/308)) ([3c4fcc2](https://github.com/Kaelio/ktx/commit/3c4fcc27c790624d45ebaff23e84722d22b3573f)) * **athena:** first-class AWS Athena warehouse identity (SL + BI mapping) ([#332](https://github.com/Kaelio/ktx/issues/332)) ([f310391](https://github.com/Kaelio/ktx/commit/f310391da53642a98defe19cef9584389ce03ff7)) * **connector:** add Amazon Athena connector via Glue Data Catalog ([#309](https://github.com/Kaelio/ktx/issues/309)) ([fe7e6bd](https://github.com/Kaelio/ktx/commit/fe7e6bd1faced28b977cd4c8d61a13a08dcf7514)) * query_policy semantic-layer-only restricts agents to predefined semantic-layer measures ([#334](https://github.com/Kaelio/ktx/issues/334)) ([a651b82](https://github.com/Kaelio/ktx/commit/a651b82e2f2e160c321ed9a3487d7f2e2f5ebebc)) ### Bug Fixes * **deps:** patch 22 Dependabot security alerts ([#328](https://github.com/Kaelio/ktx/issues/328)) ([6d01030](https://github.com/Kaelio/ktx/commit/6d0103074595cfb84a3508782810c2dbf0774774)) * **sl:** classify semantic-query request rejections as expected, not faults ([#339](https://github.com/Kaelio/ktx/issues/339)) ([a0d19ba](https://github.com/Kaelio/ktx/commit/a0d19ba26fd98a6277e6789f9dd8e0a0e1413f0c)) * **sl:** correct reserved-word/week-grain SQL and classify sl_query errors ([#340](https://github.com/Kaelio/ktx/issues/340)) ([4ebce75](https://github.com/Kaelio/ktx/commit/4ebce754496dc6cda0637824d44876499efecd22)) * **telemetry:** classify daemon query rejections as expected, not faults ([#335](https://github.com/Kaelio/ktx/issues/335)) ([5d17469](https://github.com/Kaelio/ktx/commit/5d17469601f7891fb124612ce4b718c0365e3ab0)) ### Documentation * reflect recently added connectors in ingestion diagram and README ([#333](https://github.com/Kaelio/ktx/issues/333)) ([66768fe](https://github.com/Kaelio/ktx/commit/66768fe009e166d573b5a4c337f30a254ca69f1a)) --- 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 7c55c07f..e9f94149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ktx-workspace", - "version": "0.15.0", + "version": "0.16.0", "description": "Workspace root for ktx packages", "private": true, "type": "module", diff --git a/packages/cli/package.json b/packages/cli/package.json index f609b571..af4bf65c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@kaelio/ktx", - "version": "0.15.0", + "version": "0.16.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 d75099fd..52bb6ba0 100644 --- a/python/ktx-daemon/pyproject.toml +++ b/python/ktx-daemon/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ktx-daemon" -version = "0.15.0" +version = "0.16.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 2aabe545..fee2453d 100644 --- a/python/ktx-sl/pyproject.toml +++ b/python/ktx-sl/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ktx-sl" -version = "0.15.0" +version = "0.16.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 b7572bc9..e4cffaa2 100644 --- a/release-policy.json +++ b/release-policy.json @@ -19,7 +19,7 @@ }, "publishedPackageSmoke": { "packageName": "@kaelio/ktx", - "version": "0.15.0", + "version": "0.16.0", "registry": null }, "runtimeInstaller": {