From 93609f74ab0bc813f68d4c6019b8171420795ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Fri, 20 Mar 2026 13:45:56 +0100 Subject: [PATCH] release(langgraph): v0.1.1 --- .../src/pages/changelog/integrations/langgraph.md | 6 ++++++ hindsight-integrations/langgraph/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hindsight-docs/src/pages/changelog/integrations/langgraph.md b/hindsight-docs/src/pages/changelog/integrations/langgraph.md index 480de3a8..a9874d53 100644 --- a/hindsight-docs/src/pages/changelog/integrations/langgraph.md +++ b/hindsight-docs/src/pages/changelog/integrations/langgraph.md @@ -9,3 +9,9 @@ Changelog for [`hindsight-langgraph`](https://pypi.org/project/hindsight-langgra For the source code, see [`hindsight-integrations/langgraph`](https://github.com/vectorize-io/hindsight/tree/main/hindsight-integrations/langgraph). ← [Back to main changelog](/changelog) + +## [0.1.1](https://github.com/vectorize-io/hindsight/tree/integrations/langgraph/v0.1.1) + +**Features** + +- Added LangGraph integration for Hindsight. ([`b4320254`](https://github.com/vectorize-io/hindsight/commit/b4320254)) diff --git a/hindsight-integrations/langgraph/pyproject.toml b/hindsight-integrations/langgraph/pyproject.toml index 9a290718..64c56894 100644 --- a/hindsight-integrations/langgraph/pyproject.toml +++ b/hindsight-integrations/langgraph/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hindsight-langgraph" -version = "0.1.0" +version = "0.1.1" description = "LangGraph integration for Hindsight - persistent memory tools, nodes, and store for AI agents" requires-python = ">=3.10" license = { text = "MIT" }