From c3c54d4e97f1837fa77f8c1b0d764adf2d426717 Mon Sep 17 00:00:00 2001 From: Sam Valladares Date: Fri, 1 May 2026 13:44:31 -0500 Subject: [PATCH] Prepare v2.1.2 simple update release --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/vestige-core/Cargo.toml | 2 +- crates/vestige-mcp/Cargo.toml | 4 ++-- packages/vestige-mcp-npm/package.json | 2 +- server.json | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 015f3ae..e7f9a05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4531,7 +4531,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vestige-core" -version = "2.1.1" +version = "2.1.2" dependencies = [ "candle-core", "chrono", @@ -4567,7 +4567,7 @@ dependencies = [ [[package]] name = "vestige-mcp" -version = "2.1.1" +version = "2.1.2" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 3ca3766..af80c4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ exclude = [ ] [workspace.package] -version = "2.1.1" +version = "2.1.2" edition = "2024" license = "AGPL-3.0-only" repository = "https://github.com/samvallad33/vestige" diff --git a/crates/vestige-core/Cargo.toml b/crates/vestige-core/Cargo.toml index 6aee2ba..42a32b6 100644 --- a/crates/vestige-core/Cargo.toml +++ b/crates/vestige-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vestige-core" -version = "2.1.1" +version = "2.1.2" edition = "2024" rust-version = "1.91" authors = ["Vestige Team"] diff --git a/crates/vestige-mcp/Cargo.toml b/crates/vestige-mcp/Cargo.toml index af6a663..221dd1d 100644 --- a/crates/vestige-mcp/Cargo.toml +++ b/crates/vestige-mcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vestige-mcp" -version = "2.1.1" +version = "2.1.2" edition = "2024" description = "Cognitive memory MCP server for Claude - FSRS-6, spreading activation, synaptic tagging, 3D dashboard, and 130 years of memory research" authors = ["samvallad33"] @@ -47,7 +47,7 @@ path = "src/bin/cli.rs" # Only `bundled-sqlite` is always on. `embeddings` and `vector-search` are # toggled via vestige-mcp's own feature flags below so `--no-default-features` # actually works (previously hardcoded here, which silently defeated the flag). -vestige-core = { version = "2.1.1", path = "../vestige-core", default-features = false, features = ["bundled-sqlite"] } +vestige-core = { version = "2.1.2", path = "../vestige-core", default-features = false, features = ["bundled-sqlite"] } # ============================================================================ # MCP Server Dependencies diff --git a/packages/vestige-mcp-npm/package.json b/packages/vestige-mcp-npm/package.json index 40f0a19..e4edf57 100644 --- a/packages/vestige-mcp-npm/package.json +++ b/packages/vestige-mcp-npm/package.json @@ -1,6 +1,6 @@ { "name": "vestige-mcp-server", - "version": "2.1.1", + "version": "2.1.2", "mcpName": "io.github.samvallad33/vestige", "description": "Vestige MCP Server — Cognitive memory for AI with FSRS-6, 3D dashboard, and 29 brain modules", "bin": { diff --git a/server.json b/server.json index 284ffb5..995f685 100644 --- a/server.json +++ b/server.json @@ -2,17 +2,17 @@ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.samvallad33/vestige", "title": "Vestige", - "description": "Local-first cognitive memory for AI agents. Vestige gives Claude, Cursor, Codex, VS Code, Xcode, and other MCP clients durable memory with FSRS-6 scheduling, smart ingest, SQLite storage, portable sync, and an embedded dashboard.", + "description": "Local-first cognitive memory server for AI agents with SQLite, smart ingest, and portable sync.", "repository": { "url": "https://github.com/samvallad33/vestige", "source": "github" }, - "version": "2.1.1", + "version": "2.1.2", "packages": [ { "registryType": "npm", "identifier": "vestige-mcp-server", - "version": "2.1.1", + "version": "2.1.2", "transport": { "type": "stdio" }