From c9f3657de6bc6bf11c2a4002d96e648155bdf5c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 23 Dec 2025 13:54:41 +0100 Subject: [PATCH] 0.1.15 changelog --- hindsight-docs/docs/changelog/index.md | 10 ++++++++++ uv.lock | 8 ++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/hindsight-docs/docs/changelog/index.md b/hindsight-docs/docs/changelog/index.md index 95ebdc2c..2ec56ff3 100644 --- a/hindsight-docs/docs/changelog/index.md +++ b/hindsight-docs/docs/changelog/index.md @@ -8,6 +8,16 @@ This changelog highlights user-facing changes only. Internal maintenance, CI/CD, For full release details, see [GitHub Releases](https://github.com/vectorize-io/hindsight/releases). +## [0.1.15](https://github.com/vectorize-io/hindsight/releases/tag/v0.1.15) + +**Features** + +- Add the ability to delete documents from the web UI. ([`f7ff32d`](https://github.com/vectorize-io/hindsight/commit/f7ff32d)) + +**Improvements** + +- Improve the API health check endpoint and update the generated client APIs/types accordingly. ([`e06a612`](https://github.com/vectorize-io/hindsight/commit/e06a612)) + ## [0.1.14](https://github.com/vectorize-io/hindsight/releases/tag/v0.1.14) **Bug Fixes** diff --git a/uv.lock b/uv.lock index 753319dc..73ec7a0f 100644 --- a/uv.lock +++ b/uv.lock @@ -1292,7 +1292,7 @@ wheels = [ [[package]] name = "hindsight-all" -version = "0.1.14" +version = "0.1.15" source = { editable = "hindsight" } dependencies = [ { name = "hindsight-api" }, @@ -1316,7 +1316,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-api" -version = "0.1.14" +version = "0.1.15" source = { editable = "hindsight-api" } dependencies = [ { name = "alembic" }, @@ -1422,7 +1422,7 @@ dev = [ [[package]] name = "hindsight-client" -version = "0.1.14" +version = "0.1.15" source = { editable = "hindsight-clients/python" } dependencies = [ { name = "aiohttp" }, @@ -1456,7 +1456,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-dev" -version = "0.1.14" +version = "0.1.15" source = { editable = "hindsight-dev" } dependencies = [ { name = "hindsight-api" },