Skip to content

Commit 2b7b26c

Browse files
committed
Release v0.0.21
- Update version to 0.0.21 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
1 parent c414900 commit 2b7b26c

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

helm/hindsight/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: hindsight
33
description: A Helm chart for Hindsight - temporal-semantic-entity memory system for AI agents
44
type: application
5-
version: 0.0.20
6-
appVersion: "0.0.20"
5+
version: 0.0.21
6+
appVersion: "0.0.21"
77
keywords:
88
- ai
99
- memory

hindsight-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hindsight-api"
7-
version = "0.0.20"
7+
version = "0.0.21"
88
description = "Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL"
99
readme = "README.md"
1010
requires-python = ">=3.11"

hindsight-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hindsight-cli"
3-
version = "0.0.20"
3+
version = "0.0.21"
44
edition = "2021"
55
authors = ["Hindsight Team"]
66
description = "A beautiful CLI for Hindsight - semantic memory system"

hindsight-clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hindsight-client"
3-
version = "0.0.20"
3+
version = "0.0.21"
44
description = "Python client for Hindsight - Semantic memory system with personality-driven thinking"
55
authors = [
66
{name = "Hindsight Team"}

hindsight-clients/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vectorize-io/hindsight-client",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "TypeScript client for Hindsight - Semantic memory system with personality-driven thinking",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",

hindsight-control-plane/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hindsight-control-plane",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

hindsight-dev/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hindsight-dev"
7-
version = "0.0.20"
7+
version = "0.0.21"
88
description = "Development utilities for Hindsight"
99
requires-python = ">=3.11"
1010
dependencies = [

hindsight/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hindsight-all"
7-
version = "0.0.20"
7+
version = "0.0.21"
88
description = "All-in-one package for Hindsight - Semantic memory system with personality-driven thinking"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)