Skip to content

Commit aeb0c8b

Browse files
committed
Release v0.5.1
- Update version to 0.5.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.5
1 parent d0b2ab9 commit aeb0c8b

277 files changed

Lines changed: 832 additions & 445 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.5.0
6-
appVersion: "0.5.0"
5+
version: 0.5.1
6+
appVersion: "0.5.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.5.0",
3+
"version": "0.5.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hindsight-all-slim"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Hindsight: Agent Memory That Works Like Human Memory - Slim All-in-One Bundle"
99
readme = "README.md"
1010
requires-python = ">=3.11"

hindsight-all/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.5.0"
7+
version = "0.5.1"
88
description = "Hindsight: Agent Memory That Works Like Human Memory - All-in-One Bundle"
99
readme = "README.md"
1010
requires-python = ">=3.11"

hindsight-api-slim/hindsight_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@
4646
"RemoteTEICrossEncoder",
4747
"LLMConfig",
4848
]
49-
__version__ = "0.5.0"
49+
__version__ = "0.5.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.5.0"
7+
version = "0.5.1"
88
description = "Hindsight: Agent Memory That Works Like Human Memory"
99
readme = "README.md"
1010
requires-python = ">=3.11"

hindsight-api/pyproject.toml

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

55
[project]
66
name = "hindsight-api"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Hindsight: Agent Memory That Works Like Human Memory"
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.5.0"
3+
version = "0.5.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.5.0
10+
version: 0.5.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)