From 5bb4e9a3d59aa639d63e81541a533b9df0a405e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9-Jean=20Corneille?= <14303619+RonsenbergVI@users.noreply.github.com> Date: Sat, 22 Aug 2026 08:32:55 +0100 Subject: [PATCH] chore(main): release graphiti 0.2.0 --- .github/.release-please-manifest.json | 2 +- benchmarks/graphiti/CHANGELOG.md | 7 +++++++ benchmarks/graphiti/pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 758f721..2e92b2b 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,7 +1,7 @@ { ".": "0.0.1", "benchmarks/fraise": "0.0.0", - "benchmarks/graphiti": "0.1.0", + "benchmarks/graphiti": "0.2.0", "benchmarks/letta": "0.1.0", "benchmarks/mem0": "0.1.0" } diff --git a/benchmarks/graphiti/CHANGELOG.md b/benchmarks/graphiti/CHANGELOG.md index 3f7647e..1de52f3 100644 --- a/benchmarks/graphiti/CHANGELOG.md +++ b/benchmarks/graphiti/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/RonsenbergVI/agent-memory-benchmarks/compare/graphiti/v0.1.0...graphiti/v0.2.0) (2026-08-22) + + +### Bug fixes + +* **graphiti:** document the raised llm token ceiling ([#90](https://github.com/RonsenbergVI/agent-memory-benchmarks/issues/90)) ([3302d5f](https://github.com/RonsenbergVI/agent-memory-benchmarks/commit/3302d5fb560f8499c799946540365711688ed409)) + ## 0.1.0 (2026-08-21) diff --git a/benchmarks/graphiti/pyproject.toml b/benchmarks/graphiti/pyproject.toml index 6a5ae1c..81f8673 100644 --- a/benchmarks/graphiti/pyproject.toml +++ b/benchmarks/graphiti/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "graphiti" -version = "0.1.0" +version = "0.2.0" description = "Add your description here" readme = "README.md" authors = [