From 086cc2fa2ca3df6040bb385c845b40173e3282bc Mon Sep 17 00:00:00 2001 From: Sam Valladares Date: Mon, 26 Jan 2026 01:44:30 -0600 Subject: [PATCH] chore: bump version to 1.1.0 Co-Authored-By: Claude Opus 4.5 --- Cargo.lock | 4 ++-- crates/vestige-core/Cargo.toml | 2 +- crates/vestige-mcp/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b114ff..722fe2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3467,7 +3467,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vestige-core" -version = "1.0.0" +version = "1.1.0" dependencies = [ "chrono", "directories", @@ -3501,7 +3501,7 @@ dependencies = [ [[package]] name = "vestige-mcp" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "chrono", diff --git a/crates/vestige-core/Cargo.toml b/crates/vestige-core/Cargo.toml index 908f063..fe960cb 100644 --- a/crates/vestige-core/Cargo.toml +++ b/crates/vestige-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vestige-core" -version = "1.0.0" +version = "1.1.0" edition = "2021" rust-version = "1.75" authors = ["Vestige Team"] diff --git a/crates/vestige-mcp/Cargo.toml b/crates/vestige-mcp/Cargo.toml index ed8c43b..0513a79 100644 --- a/crates/vestige-mcp/Cargo.toml +++ b/crates/vestige-mcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vestige-mcp" -version = "1.0.0" +version = "1.1.0" edition = "2021" description = "Cognitive memory MCP server for Claude - FSRS-6, spreading activation, synaptic tagging, and 130 years of memory research" authors = ["samvallad33"]