From d23870d9068c9c17a2f6ae8770e7413145981089 Mon Sep 17 00:00:00 2001 From: Sam Valladares Date: Fri, 19 Jun 2026 11:10:54 -0500 Subject: [PATCH] =?UTF-8?q?chore(release):=20v2.1.27=20=E2=80=94=20Externa?= =?UTF-8?q?l-Source=20Connectors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump all manifests 2.1.26 → 2.1.27 and date the CHANGELOG entry for the GitHub + Redmine connector layer and source-aware search filters (#57, PR #78). Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 5 ++--- Cargo.lock | 4 ++-- Cargo.toml | 2 +- apps/dashboard/package.json | 2 +- crates/vestige-core/Cargo.toml | 2 +- crates/vestige-mcp/Cargo.toml | 4 ++-- package.json | 2 +- packages/vestige-init/package.json | 2 +- packages/vestige-mcp-npm/package.json | 2 +- server.json | 4 ++-- 10 files changed, 14 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a220029..1269488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,9 @@ All notable changes to Vestige will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] — "External-Source Connectors" +## [Unreleased] -> Bump `version` in the workspace `Cargo.toml`, both crates, `server.json`, and -> `package.json` to `2.1.27` at release/tag time, and date this heading. +## [2.1.27] - 2026-06-19 — "External-Source Connectors" Roadmap [#57](https://github.com/samvallad33/vestige/issues/57), **Phases 1–4 (complete)**: Vestige can now act as a durable, local, semantically-searchable diff --git a/Cargo.lock b/Cargo.lock index 2a88b74..cfbbd44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4771,7 +4771,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "vestige-core" -version = "2.1.26" +version = "2.1.27" dependencies = [ "blake3", "candle-core", @@ -4810,7 +4810,7 @@ dependencies = [ [[package]] name = "vestige-mcp" -version = "2.1.26" +version = "2.1.27" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 203a857..e463926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ exclude = [ ] [workspace.package] -version = "2.1.26" +version = "2.1.27" edition = "2024" license = "AGPL-3.0-only" repository = "https://github.com/samvallad33/vestige" diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 7b826a2..8cec6d9 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@vestige/dashboard", - "version": "2.1.26", + "version": "2.1.27", "private": true, "type": "module", "scripts": { diff --git a/crates/vestige-core/Cargo.toml b/crates/vestige-core/Cargo.toml index 96a71b3..36936b6 100644 --- a/crates/vestige-core/Cargo.toml +++ b/crates/vestige-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vestige-core" -version = "2.1.26" +version = "2.1.27" edition = "2024" rust-version = "1.91" authors = ["Vestige Team"] diff --git a/crates/vestige-mcp/Cargo.toml b/crates/vestige-mcp/Cargo.toml index fb2a287..ca1ec34 100644 --- a/crates/vestige-mcp/Cargo.toml +++ b/crates/vestige-mcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vestige-mcp" -version = "2.1.26" +version = "2.1.27" edition = "2024" description = "Cognitive memory MCP server for AI agents - FSRS-6, spreading activation, synaptic tagging, 3D dashboard, and 130 years of memory research" authors = ["samvallad33"] @@ -55,7 +55,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.26", path = "../vestige-core", default-features = false, features = ["bundled-sqlite"] } +vestige-core = { version = "2.1.27", path = "../vestige-core", default-features = false, features = ["bundled-sqlite"] } # ============================================================================ # MCP Server Dependencies diff --git a/package.json b/package.json index 05c69e5..318fbd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vestige", - "version": "2.1.26", + "version": "2.1.27", "private": true, "description": "Cognitive memory for AI - MCP server with FSRS-6 spaced repetition", "author": "Sam Valladares", diff --git a/packages/vestige-init/package.json b/packages/vestige-init/package.json index 430d886..f35540f 100644 --- a/packages/vestige-init/package.json +++ b/packages/vestige-init/package.json @@ -1,6 +1,6 @@ { "name": "@vestige/init", - "version": "2.1.26", + "version": "2.1.27", "description": "Configure Vestige local memory for MCP-compatible AI agents", "bin": { "vestige-init": "bin/init.js" diff --git a/packages/vestige-mcp-npm/package.json b/packages/vestige-mcp-npm/package.json index 90a0e28..1616fdf 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.26", + "version": "2.1.27", "mcpName": "io.github.samvallad33/vestige", "description": "Vestige MCP Server — local cognitive memory for MCP-compatible AI agents", "bin": { diff --git a/server.json b/server.json index 300eed9..5ae8955 100644 --- a/server.json +++ b/server.json @@ -7,12 +7,12 @@ "url": "https://github.com/samvallad33/vestige", "source": "github" }, - "version": "2.1.26", + "version": "2.1.27", "packages": [ { "registryType": "npm", "identifier": "vestige-mcp-server", - "version": "2.1.26", + "version": "2.1.27", "transport": { "type": "stdio" }