From ae30882ec9bd47a86c401652a40919bd6c79bdd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Thu, 11 Dec 2025 12:48:06 +0100 Subject: [PATCH] Release v0.1.3 - Update version to 0.1.3 in all components - Python packages: hindsight-api, hindsight-dev, hindsight-dev/benchmarks, hindsight-all - 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 +- hindsight/pyproject.toml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/helm/hindsight/Chart.yaml b/helm/hindsight/Chart.yaml index 7ed7ef0f..e7aeedea 100644 --- a/helm/hindsight/Chart.yaml +++ b/helm/hindsight/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: hindsight description: Hindsight helm chart type: application -version: 0.1.2 -appVersion: "0.1.2" +version: 0.1.3 +appVersion: "0.1.3" keywords: - ai - memory diff --git a/hindsight-api/pyproject.toml b/hindsight-api/pyproject.toml index f02eb7b6..fc9a299c 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.1.2" +version = "0.1.3" 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 e8949984..dff97a20 100644 --- a/hindsight-cli/Cargo.toml +++ b/hindsight-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hindsight-cli" -version = "0.1.2" +version = "0.1.3" 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 4aeb8df6..b518e2f2 100644 --- a/hindsight-clients/python/pyproject.toml +++ b/hindsight-clients/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hindsight-client" -version = "0.1.2" +version = "0.1.3" 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 33ba7563..8c840b0b 100644 --- a/hindsight-clients/typescript/package.json +++ b/hindsight-clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@vectorize-io/hindsight-client", - "version": "0.1.2", + "version": "0.1.3", "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 c6c3c4f7..051b6657 100644 --- a/hindsight-control-plane/package.json +++ b/hindsight-control-plane/package.json @@ -1,6 +1,6 @@ { "name": "hindsight-control-plane", - "version": "0.1.2", + "version": "0.1.3", "private": true, "scripts": { "dev": "next dev", diff --git a/hindsight-dev/pyproject.toml b/hindsight-dev/pyproject.toml index fb06f876..cca4bf08 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.1.2" +version = "0.1.3" description = "Development utilities for Hindsight" requires-python = ">=3.11" dependencies = [ diff --git a/hindsight/pyproject.toml b/hindsight/pyproject.toml index 6d97c5b4..5a36870c 100644 --- a/hindsight/pyproject.toml +++ b/hindsight/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hindsight-all" -version = "0.1.2" +version = "0.1.3" description = "All-in-one package for Hindsight - Semantic memory system with personality-driven thinking" readme = "README.md" requires-python = ">=3.11"