mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-25 08:48:08 +02:00
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](c815e10fb3)) ### Other Changes * refresh star history chart [skip ci] ([9f715f9](9f715f93f1)) * refresh star history chart [skip ci] ([144943e](144943ec1d)) * refresh star history chart [skip ci] ([e550091](e550091a76)) * refresh star history chart [skip ci] ([1f16a89](1f16a89c94))
This commit is contained in:
parent
c815e10fb3
commit
2830cb5ac7
5 changed files with 5 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"publishedPackageSmoke": {
|
||||
"packageName": "@kaelio/ktx",
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"registry": null
|
||||
},
|
||||
"runtimeInstaller": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue