Skip to content

Commit e5b49eb

Browse files
committed
Release v0.9.1
- Update version to 0.9.1 in all components - Regenerate OpenAPI spec and client SDKs - Python packages: hindsight-api, hindsight-dev, hindsight-all, hindsight-embed - Python client: hindsight-clients/python - TypeScript client: hindsight-clients/typescript - hindsight-all npm wrapper: hindsight-all-npm - Rust CLI: hindsight-cli - Control Plane: hindsight-control-plane - Helm chart - Sync documentation to version-0.9
1 parent 6c58578 commit e5b49eb

387 files changed

Lines changed: 895 additions & 427 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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: Hindsight helm chart
44
type: application
5-
version: 0.9.0
6-
appVersion: "0.9.0"
5+
version: 0.9.1
6+
appVersion: "0.9.1"
77
keywords:
88
- ai
99
- memory

hindsight-all-npm/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-all",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Node.js programmatic lifecycle manager for Hindsight — embeds a local hindsight daemon in a Node application. Pair with @vectorize-io/hindsight-client for memory operations.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

hindsight-all-slim/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hindsight-all-slim"
7-
version = "0.9.0"
7+
version = "0.9.1"
88
description = "Hindsight: Agent Memory That Works Like Human Memory - Slim All-in-One Bundle"
99
license = "MIT"
1010
readme = "README.md"
1111
requires-python = ">=3.11"
1212
dependencies = [
13-
"hindsight-api-slim==0.9.0",
13+
"hindsight-api-slim==0.9.1",
1414
"hindsight-client>=0.0.7",
15-
"hindsight-embed==0.9.0",
15+
"hindsight-embed==0.9.1",
1616
]
1717

1818
[tool.uv.sources]

hindsight-all/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "hindsight-all"
7-
version = "0.9.0"
7+
version = "0.9.1"
88
description = "Hindsight: Agent Memory That Works Like Human Memory - All-in-One Bundle"
99
license = "MIT"
1010
readme = "README.md"
1111
requires-python = ">=3.11"
1212
dependencies = [
13-
"hindsight-api-slim[all]==0.9.0",
13+
"hindsight-api-slim[all]==0.9.1",
1414
"hindsight-client>=0.0.7",
15-
"hindsight-embed==0.9.0",
15+
"hindsight-embed==0.9.1",
1616
]
1717

1818
[tool.uv.sources]
@@ -22,7 +22,7 @@ hindsight-embed = { workspace = true }
2222

2323
[project.optional-dependencies]
2424
local-llm = [
25-
"hindsight-api-slim[local-llm]==0.9.0",
25+
"hindsight-api-slim[local-llm]==0.9.1",
2626
]
2727
test = [
2828
"pytest>=7.0.0",

hindsight-api-slim/hindsight_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353
"RemoteTEICrossEncoder",
5454
"LLMConfig",
5555
]
56-
__version__ = "0.9.0"
56+
__version__ = "0.9.1"

hindsight-api-slim/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-slim"
7-
version = "0.9.0"
7+
version = "0.9.1"
88
description = "Hindsight: Agent Memory That Works Like Human Memory"
99
license = "MIT"
1010
readme = "README.md"

hindsight-api/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hindsight-api"
7-
version = "0.9.0"
7+
version = "0.9.1"
88
description = "Hindsight: Agent Memory That Works Like Human Memory"
99
license = "MIT"
1010
readme = "README.md"
1111
requires-python = ">=3.11"
1212
dependencies = [
13-
"hindsight-api-slim[all]==0.9.0",
13+
"hindsight-api-slim[all]==0.9.1",
1414
]
1515

1616
[tool.uv.sources]

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.9.0"
3+
version = "0.9.1"
44
edition = "2021"
55
authors = ["Hindsight Team"]
66
description = "A beautiful CLI for Hindsight - semantic memory system"

hindsight-clients/go/api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
name: Apache 2.0
88
url: https://www.apache.org/licenses/LICENSE-2.0.html
99
title: Hindsight HTTP API
10-
version: 0.9.0
10+
version: 0.9.1
1111
servers:
1212
- url: /
1313
paths:

hindsight-clients/go/api_audit.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)