Release v0.0.7

- Update version to 0.0.7 in all components
- Python packages: memora, memora-dev, memora-dev/benchmarks
- Python client: memora-clients/python
- TypeScript client: memora-clients/typescript
- Rust CLI: memora-cli
- Control Plane: memora-control-plane
- Helm chart
This commit is contained in:
Nicolò Boschi 2025-11-13 13:51:56 +01:00
parent 28e28d51c4
commit dbdcf47b60
8 changed files with 9 additions and 9 deletions

View file

@ -2,8 +2,8 @@ apiVersion: v2
name: memora
description: A Helm chart for Memora - temporal-semantic-entity memory system for AI agents
type: application
version: 0.0.5
appVersion: "0.0.5"
version: 0.0.7
appVersion: "0.0.7"
keywords:
- ai
- memory

View file

@ -1,6 +1,6 @@
[package]
name = "memora-cli-rust"
version = "0.0.5"
version = "0.0.7"
edition = "2021"
authors = ["Memora Team"]
description = "A beautiful CLI for Memora - semantic memory system"

View file

@ -1,6 +1,6 @@
[project]
name = "memora-client"
version = "0.0.1"
version = "0.0.7"
description = "Python client for Memora - Semantic memory system with personality-driven thinking"
authors = [
{name = "Memora Team"}

View file

@ -1,6 +1,6 @@
{
"name": "@memora/client",
"version": "0.0.1",
"version": "0.0.7",
"description": "TypeScript client for Memora - Semantic memory system with personality-driven thinking",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "control-plane",
"version": "0.0.5",
"version": "0.0.7",
"private": true,
"scripts": {
"dev": "next dev",

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "benchmarks"
version = "0.0.5"
version = "0.0.7"
description = "Benchmarks for Memora memory system"
requires-python = ">=3.11"
dependencies = [

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "memora-dev"
version = "0.0.5"
version = "0.0.7"
description = "Development utilities for Memora"
requires-python = ">=3.11"
dependencies = [

View file

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