mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
## [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))
3.7 KiB
3.7 KiB
0.1.0-rc.6 (2026-05-18)
Features
- cli: add read-only sql command (#126) (33a142f)
- cli: improve search ranking output (#123) (74be832)
- ingest: default local ingest to isolated diffs (#128) (e64da5a)
- ingest: export finalization adapter contract types (ac861ca)
Bug Fixes
- accept ingest wiki forward refs (#125) (f49672b)
- cli: build runtime assets during dev setup (#121) (de72a10)
- improve ingest runtime readiness (#124) (c89af77)
- improve setup wizard behavior (#127) (d1c84e5)
- release: repair next npm release workflow (#122) (d3d58a2)
Documentation
- plans: add adapter-owned finalization v1 closure plan (c513d61)
Tests
- ingest: exercise historic sql finalization locally (74f1f0e)
0.1.0-rc.5 (2026-05-16)
Bug Fixes
- release: tolerate npm propagation in smoke (8d1837f)
0.1.0-rc.4 (2026-05-16)
Bug Fixes
- release: use npm trusted publishing (ceb578e)
0.1.0-rc.3 (2026-05-16)
Bug Fixes
- release: make npm publish noninteractive (45374fa)