From a8c23b1e1e68e31c7e56d331a15c658d1b37dcc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Wed, 3 Dec 2025 15:58:21 +0100 Subject: [PATCH] Release v0.0.11 - Update version to 0.0.11 in all components - Python packages: hindsight-api, hindsight-dev, hindsight-dev/benchmarks - Python client: hindsight-clients/python - TypeScript client: hindsight-clients/typescript - Rust CLI: hindsight-cli - Control Plane: hindsight-control-plane - Helm chart --- helm/hindsight/Chart.yaml | 4 ++-- hindsight-api/pyproject.toml | 2 +- hindsight-cli/Cargo.toml | 2 +- hindsight-clients/python/pyproject.toml | 2 +- hindsight-clients/typescript/package.json | 2 +- hindsight-control-plane/package.json | 2 +- hindsight-dev/pyproject.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/helm/hindsight/Chart.yaml b/helm/hindsight/Chart.yaml index bbb114be..ad672960 100644 --- a/helm/hindsight/Chart.yaml +++ b/helm/hindsight/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: hindsight description: A Helm chart for Hindsight - temporal-semantic-entity memory system for AI agents type: application -version: 0.0.10 -appVersion: "0.0.10" +version: 0.0.11 +appVersion: "0.0.11" keywords: - ai - memory diff --git a/hindsight-api/pyproject.toml b/hindsight-api/pyproject.toml index 55946ebb..9e3dd436 100644 --- a/hindsight-api/pyproject.toml +++ b/hindsight-api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hindsight-api" -version = "0.0.10" +version = "0.0.11" description = "Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL" readme = "README.md" requires-python = ">=3.11" diff --git a/hindsight-cli/Cargo.toml b/hindsight-cli/Cargo.toml index 1efb8e37..2b71c7cc 100644 --- a/hindsight-cli/Cargo.toml +++ b/hindsight-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hindsight-cli" -version = "0.0.10" +version = "0.0.11" edition = "2021" authors = ["Hindsight Team"] description = "A beautiful CLI for Hindsight - semantic memory system" diff --git a/hindsight-clients/python/pyproject.toml b/hindsight-clients/python/pyproject.toml index c6f30027..cef9b056 100644 --- a/hindsight-clients/python/pyproject.toml +++ b/hindsight-clients/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hindsight-client" -version = "0.0.10" +version = "0.0.11" description = "Python client for Hindsight - Semantic memory system with personality-driven thinking" authors = [ {name = "Hindsight Team"} diff --git a/hindsight-clients/typescript/package.json b/hindsight-clients/typescript/package.json index 9112f588..e97847ee 100644 --- a/hindsight-clients/typescript/package.json +++ b/hindsight-clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@vectorize-io/hindsight-client", - "version": "0.0.10", + "version": "0.0.11", "description": "TypeScript client for Hindsight - Semantic memory system with personality-driven thinking", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", diff --git a/hindsight-control-plane/package.json b/hindsight-control-plane/package.json index c8e7093d..febd87a5 100644 --- a/hindsight-control-plane/package.json +++ b/hindsight-control-plane/package.json @@ -1,6 +1,6 @@ { "name": "hindsight-control-plane", - "version": "0.0.10", + "version": "0.0.11", "private": true, "scripts": { "dev": "next dev", diff --git a/hindsight-dev/pyproject.toml b/hindsight-dev/pyproject.toml index ea1d92b0..73983dec 100644 --- a/hindsight-dev/pyproject.toml +++ b/hindsight-dev/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hindsight-dev" -version = "0.0.10" +version = "0.0.11" description = "Development utilities for Hindsight" requires-python = ">=3.11" dependencies = [