From 53e505d180083059a9512f4218ab39b4ac5e7a46 Mon Sep 17 00:00:00 2001 From: iamvirul Date: Tue, 19 May 2026 17:01:29 +0530 Subject: [PATCH 1/2] chore: bump version to 1.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8556a03..60d363d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vecgrep" -version = "1.7.0" +version = "1.8.0" description = "Cursor-style vector search MCP plugin for Claude Code" readme = "README.md" license = { text = "MIT" } From 90f1d5b4da6bac3534d757f5d1f9b93b8e0a2b17 Mon Sep 17 00:00:00 2001 From: iamvirul Date: Tue, 19 May 2026 17:01:32 +0530 Subject: [PATCH 2/2] docs: finalize changelog for 1.8.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d7a23..2b62427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to VecGrep are documented here. --- -## [Unreleased] +## [1.8.0] — 2026-05-19 ### Added