From 2970585d248366e845a9dbbfc3a3d0b804e3a192 Mon Sep 17 00:00:00 2001 From: Jeremy Brown Date: Mon, 16 Mar 2026 18:31:16 +0100 Subject: [PATCH] chore(main): release kbx 0.1.62 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9353249..2a5dfca 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.61" + ".": "0.1.62" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb04bc..2ee3519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.62](https://github.com/tenfourty/kbx/compare/kbx-v0.1.61...kbx-v0.1.62) (2026-03-16) + + +### Bug Fixes + +* migration 012 idempotency + seed_facts unique constraint ([324e7a5](https://github.com/tenfourty/kbx/commit/324e7a5fba89f3e09136dd75a5ae46d5db390d0d)) + ## [0.1.61](https://github.com/tenfourty/kbx/compare/kbx-v0.1.60...kbx-v0.1.61) (2026-03-16) diff --git a/pyproject.toml b/pyproject.toml index caa8b9c..5755a25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kbx" -version = "0.1.61" +version = "0.1.62" description = "Local knowledge base CLI — hybrid search over markdown files with AI embeddings" readme = "README.md" license = {text = "Apache-2.0"}