mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
chore(release): 0.1.0-rc.6 [skip ci]
## [0.1.0-rc.6](https://github.com/kaelio/ktx/compare/v0.1.0-rc.5...v0.1.0-rc.6) (2026-05-18) ### Features * **cli:** add read-only sql command ([#126](https://github.com/kaelio/ktx/issues/126)) ([33a142f](33a142f769)) * **cli:** improve search ranking output ([#123](https://github.com/kaelio/ktx/issues/123)) ([74be832](74be832aea)) * **ingest:** default local ingest to isolated diffs ([#128](https://github.com/kaelio/ktx/issues/128)) ([e64da5a](e64da5a85d)) * **ingest:** export finalization adapter contract types ([ac861ca](ac861caddb)) ### Bug Fixes * accept ingest wiki forward refs ([#125](https://github.com/kaelio/ktx/issues/125)) ([f49672b](f49672ba5b)) * **cli:** build runtime assets during dev setup ([#121](https://github.com/kaelio/ktx/issues/121)) ([de72a10](de72a10ffb)) * improve ingest runtime readiness ([#124](https://github.com/kaelio/ktx/issues/124)) ([c89af77](c89af7733a)) * improve setup wizard behavior ([#127](https://github.com/kaelio/ktx/issues/127)) ([d1c84e5](d1c84e5564)) * **release:** repair next npm release workflow ([#122](https://github.com/kaelio/ktx/issues/122)) ([d3d58a2](d3d58a279b)) ### Documentation * **plans:** add adapter-owned finalization v1 closure plan ([c513d61](c513d61dca)) ### Tests * **ingest:** exercise historic sql finalization locally ([74f1f0e](74f1f0e761))
This commit is contained in:
parent
69535f86c9
commit
f9d7f689ad
3 changed files with 28 additions and 3 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -1,3 +1,28 @@
|
|||
## [0.1.0-rc.6](https://github.com/kaelio/ktx/compare/v0.1.0-rc.5...v0.1.0-rc.6) (2026-05-18)
|
||||
|
||||
### Features
|
||||
|
||||
* **cli:** add read-only sql command ([#126](https://github.com/kaelio/ktx/issues/126)) ([33a142f](https://github.com/kaelio/ktx/commit/33a142f7690b5682e129b08108d452af5311e975))
|
||||
* **cli:** improve search ranking output ([#123](https://github.com/kaelio/ktx/issues/123)) ([74be832](https://github.com/kaelio/ktx/commit/74be832aea5469333f147750931f302859ebc0f8))
|
||||
* **ingest:** default local ingest to isolated diffs ([#128](https://github.com/kaelio/ktx/issues/128)) ([e64da5a](https://github.com/kaelio/ktx/commit/e64da5a85df4c0c3368b03d058104e4e11532fef))
|
||||
* **ingest:** export finalization adapter contract types ([ac861ca](https://github.com/kaelio/ktx/commit/ac861caddbe775ab316460b8d9498036ad2ee336))
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* accept ingest wiki forward refs ([#125](https://github.com/kaelio/ktx/issues/125)) ([f49672b](https://github.com/kaelio/ktx/commit/f49672ba5b28ac0e2032a7d857bd1f1b265bd5f2))
|
||||
* **cli:** build runtime assets during dev setup ([#121](https://github.com/kaelio/ktx/issues/121)) ([de72a10](https://github.com/kaelio/ktx/commit/de72a10ffb9bedc154ceb499df4f41665b2f9541))
|
||||
* improve ingest runtime readiness ([#124](https://github.com/kaelio/ktx/issues/124)) ([c89af77](https://github.com/kaelio/ktx/commit/c89af7733a9bc06a01401343004ce066eab81917))
|
||||
* improve setup wizard behavior ([#127](https://github.com/kaelio/ktx/issues/127)) ([d1c84e5](https://github.com/kaelio/ktx/commit/d1c84e5564d1c3c8d39c612c4acd6b7c5c5f2e88))
|
||||
* **release:** repair next npm release workflow ([#122](https://github.com/kaelio/ktx/issues/122)) ([d3d58a2](https://github.com/kaelio/ktx/commit/d3d58a279bf1054aa5440a55c111ff4c21fa4cec))
|
||||
|
||||
### Documentation
|
||||
|
||||
* **plans:** add adapter-owned finalization v1 closure plan ([c513d61](https://github.com/kaelio/ktx/commit/c513d61dcae8620c34ce81bfc7672bbc5766cd52))
|
||||
|
||||
### Tests
|
||||
|
||||
* **ingest:** exercise historic sql finalization locally ([74f1f0e](https://github.com/kaelio/ktx/commit/74f1f0e761b71922c5c41848bc33e9172950d064))
|
||||
|
||||
## [0.1.0-rc.5](https://github.com/kaelio/ktx/compare/v0.1.0-rc.4...v0.1.0-rc.5) (2026-05-16)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ktx-workspace",
|
||||
"version": "0.1.0-rc.5",
|
||||
"version": "0.1.0-rc.6",
|
||||
"description": "Workspace root for ktx packages",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"publicNpmPackageVersion": "0.1.0-rc.5",
|
||||
"publicNpmPackageVersion": "0.1.0-rc.6",
|
||||
"releaseMode": "npm-public-release-ready",
|
||||
"npm": {
|
||||
"publish": true,
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"publishedPackageSmoke": {
|
||||
"packageName": "@kaelio/ktx",
|
||||
"version": "0.1.0-rc.5",
|
||||
"version": "0.1.0-rc.6",
|
||||
"registry": null
|
||||
},
|
||||
"runtimeInstaller": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue