chore(release): v2.1.27 — External-Source Connectors

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) <noreply@anthropic.com>
This commit is contained in:
Sam Valladares 2026-06-19 11:10:54 -05:00
parent 8e4f4052cc
commit d23870d906
10 changed files with 14 additions and 15 deletions

View file

@ -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 14
(complete)**: Vestige can now act as a durable, local, semantically-searchable

4
Cargo.lock generated
View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "@vestige/dashboard",
"version": "2.1.26",
"version": "2.1.27",
"private": true,
"type": "module",
"scripts": {

View file

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

View file

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

View file

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

View file

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

View file

@ -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": {

View file

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