Release v0.0.15

- Update version to 0.0.15 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
This commit is contained in:
Nicolò Boschi 2025-12-03 21:11:38 +01:00
parent 38f35895e3
commit e57e906284
7 changed files with 8 additions and 8 deletions

View file

@ -2,8 +2,8 @@ apiVersion: v2
name: hindsight name: hindsight
description: A Helm chart for Hindsight - temporal-semantic-entity memory system for AI agents description: A Helm chart for Hindsight - temporal-semantic-entity memory system for AI agents
type: application type: application
version: 0.0.14 version: 0.0.15
appVersion: "0.0.14" appVersion: "0.0.15"
keywords: keywords:
- ai - ai
- memory - memory

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "hindsight-api" name = "hindsight-api"
version = "0.0.14" version = "0.0.15"
description = "Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL" description = "Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "hindsight-cli" name = "hindsight-cli"
version = "0.0.14" version = "0.0.15"
edition = "2021" edition = "2021"
authors = ["Hindsight Team"] authors = ["Hindsight Team"]
description = "A beautiful CLI for Hindsight - semantic memory system" description = "A beautiful CLI for Hindsight - semantic memory system"

View file

@ -1,6 +1,6 @@
[project] [project]
name = "hindsight-client" name = "hindsight-client"
version = "0.0.14" version = "0.0.15"
description = "Python client for Hindsight - Semantic memory system with personality-driven thinking" description = "Python client for Hindsight - Semantic memory system with personality-driven thinking"
authors = [ authors = [
{name = "Hindsight Team"} {name = "Hindsight Team"}

View file

@ -1,6 +1,6 @@
{ {
"name": "@vectorize-io/hindsight-client", "name": "@vectorize-io/hindsight-client",
"version": "0.0.14", "version": "0.0.15",
"description": "TypeScript client for Hindsight - Semantic memory system with personality-driven thinking", "description": "TypeScript client for Hindsight - Semantic memory system with personality-driven thinking",
"main": "./dist/src/index.js", "main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts", "types": "./dist/src/index.d.ts",

View file

@ -1,6 +1,6 @@
{ {
"name": "hindsight-control-plane", "name": "hindsight-control-plane",
"version": "0.0.14", "version": "0.0.15",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "hindsight-dev" name = "hindsight-dev"
version = "0.0.14" version = "0.0.15"
description = "Development utilities for Hindsight" description = "Development utilities for Hindsight"
requires-python = ">=3.11" requires-python = ">=3.11"
dependencies = [ dependencies = [