Skip to content

Commit 24e05d6

Browse files
authored
chore: bump version to 2.1.0 for new release (#3)
Bumps version from 2.0.1 to 2.1.0 to trigger a 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
1 parent 99cecbf commit 24e05d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "context-engine-rs"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
edition = "2021"
55
rust-version = "1.82"
66
description = "A high-performance MCP server for AI-powered codebase context retrieval"

0 commit comments

Comments
 (0)