From 0507a43d6ba87c7b44fed6959fdbe734b463e870 Mon Sep 17 00:00:00 2001 From: Rishi Tank Date: Mon, 5 Jan 2026 19:42:29 +0000 Subject: [PATCH] chore: bump version to 2.1.0 for new release This release includes: - Complete MCP specification (2025-11-25) implementation - 70+ tools across Navigation, Workspace, Search, Memory, and Skills categories - Agent Skills framework with 7 built-in skills - Multi-language symbol detection (Rust, Python, TypeScript/JavaScript, Go) - Security fixes (path traversal protection, regex escaping, canonical paths) - Workflow improvements (Release, Dependabot, SDK Sync) - 244 unit tests + integration tests --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f796df5..98ac7aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "context-engine-rs" -version = "2.0.1" +version = "2.1.0" edition = "2021" rust-version = "1.82" description = "A high-performance MCP server for AI-powered codebase context retrieval"