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:
parent
28e28d51c4
commit
dbdcf47b60
8 changed files with 9 additions and 9 deletions
|
|
@ -2,8 +2,8 @@ apiVersion: v2
|
||||||
name: memora
|
name: memora
|
||||||
description: A Helm chart for Memora - temporal-semantic-entity memory system for AI agents
|
description: A Helm chart for Memora - temporal-semantic-entity memory system for AI agents
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.5
|
version: 0.0.7
|
||||||
appVersion: "0.0.5"
|
appVersion: "0.0.7"
|
||||||
keywords:
|
keywords:
|
||||||
- ai
|
- ai
|
||||||
- memory
|
- memory
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "memora-cli-rust"
|
name = "memora-cli-rust"
|
||||||
version = "0.0.5"
|
version = "0.0.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Memora Team"]
|
authors = ["Memora Team"]
|
||||||
description = "A beautiful CLI for Memora - semantic memory system"
|
description = "A beautiful CLI for Memora - semantic memory system"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "memora-client"
|
name = "memora-client"
|
||||||
version = "0.0.1"
|
version = "0.0.7"
|
||||||
description = "Python client for Memora - Semantic memory system with personality-driven thinking"
|
description = "Python client for Memora - Semantic memory system with personality-driven thinking"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Memora Team"}
|
{name = "Memora Team"}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@memora/client",
|
"name": "@memora/client",
|
||||||
"version": "0.0.1",
|
"version": "0.0.7",
|
||||||
"description": "TypeScript client for Memora - Semantic memory system with personality-driven thinking",
|
"description": "TypeScript client for Memora - Semantic memory system with personality-driven thinking",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "control-plane",
|
"name": "control-plane",
|
||||||
"version": "0.0.5",
|
"version": "0.0.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "benchmarks"
|
name = "benchmarks"
|
||||||
version = "0.0.5"
|
version = "0.0.7"
|
||||||
description = "Benchmarks for Memora memory system"
|
description = "Benchmarks for Memora memory system"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "memora-dev"
|
name = "memora-dev"
|
||||||
version = "0.0.5"
|
version = "0.0.7"
|
||||||
description = "Development utilities for Memora"
|
description = "Development utilities for Memora"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "memora"
|
name = "memora"
|
||||||
version = "0.0.5"
|
version = "0.0.7"
|
||||||
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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue