From 656777c2be5619e63447bbf387a58c56cbacb4a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 16 Dec 2025 14:09:15 +0100 Subject: [PATCH] 0.1.6 changelog --- hindsight-docs/docs/changelog/index.md | 11 +++++++++++ uv.lock | 8 ++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/hindsight-docs/docs/changelog/index.md b/hindsight-docs/docs/changelog/index.md index 33a7c839..3a19e8de 100644 --- a/hindsight-docs/docs/changelog/index.md +++ b/hindsight-docs/docs/changelog/index.md @@ -6,6 +6,17 @@ sidebar_position: 1 For full release details, see [GitHub Releases](https://github.com/vectorize-io/hindsight/releases). +## [0.1.6](https://github.com/vectorize-io/hindsight/releases/tag/v0.1.6) + +**Features** + +- Added support for the Gemini 3 Pro and GPT-5.2 models. ([`bb1f9cb`](https://github.com/vectorize-io/hindsight/commit/bb1f9cb)) +- Added a local MCP server option for running/connecting to Hindsight via MCP without a separate remote service. ([`7dd6853`](https://github.com/vectorize-io/hindsight/commit/7dd6853)) + +**Improvements** + +- Updated the Postgres/pg0 dependency to a newer 0.11.x series for improved compatibility and stability. ([`47be07f`](https://github.com/vectorize-io/hindsight/commit/47be07f)) + ## [0.1.5](https://github.com/vectorize-io/hindsight/releases/tag/v0.1.5) **Features** diff --git a/uv.lock b/uv.lock index 99da5d18..bc7e0430 100644 --- a/uv.lock +++ b/uv.lock @@ -1141,7 +1141,7 @@ wheels = [ [[package]] name = "hindsight-all" -version = "0.1.5" +version = "0.1.6" source = { editable = "hindsight" } dependencies = [ { name = "hindsight-api" }, @@ -1165,7 +1165,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-api" -version = "0.1.5" +version = "0.1.6" source = { editable = "hindsight-api" } dependencies = [ { name = "alembic" }, @@ -1269,7 +1269,7 @@ dev = [ [[package]] name = "hindsight-client" -version = "0.1.5" +version = "0.1.6" source = { editable = "hindsight-clients/python" } dependencies = [ { name = "aiohttp" }, @@ -1301,7 +1301,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-dev" -version = "0.1.5" +version = "0.1.6" source = { editable = "hindsight-dev" } dependencies = [ { name = "hindsight-api" },