chore: bump version to 1.1.0

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Sam Valladares 2026-01-26 01:44:30 -06:00
parent 3023e58ce3
commit 086cc2fa2c
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -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",

View file

@ -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"]

View file

@ -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"]