Release v0.0.3

- Update version to 0.0.3 in all components
- Python packages: memora, memora-dev, memora-dev/benchmarks
- Rust CLI: memora-cli
- Control Plane: memora-control-plane
- Helm chart
This commit is contained in:
Nicolò Boschi 2025-11-11 14:12:46 +01:00
parent 7d8e1fcc7c
commit fb45440d99
6 changed files with 7 additions and 7 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.2
appVersion: "0.0.2"
version: 0.0.3
appVersion: "0.0.3"
keywords:
- ai
- memory

View file

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

View file

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

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "benchmarks"
version = "0.0.2"
version = "0.0.3"
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.2"
version = "0.0.3"
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.2"
version = "0.0.3"
description = "Temporal + Semantic + Entity Memory System for AI agents using PostgreSQL"
readme = "README.md"
requires-python = ">=3.11"