diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18e45d5..0f24e47 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.5" + ".": "0.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8c9dd..f184f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.6](https://github.com/pleaseai/code-search/compare/v0.1.5...v0.1.6) (2026-06-25) + + +### Bug Fixes + +* **release:** sync full workspace in Cargo.lock on release ([#58](https://github.com/pleaseai/code-search/issues/58)) ([8ac122a](https://github.com/pleaseai/code-search/commit/8ac122aff2b9188880e5baf54bf9f7ed1027dae3)) + ## [0.1.5](https://github.com/pleaseai/code-search/compare/v0.1.4...v0.1.5) (2026-06-24) diff --git a/Cargo.lock b/Cargo.lock index 403838c..6293b1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,7 +280,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "code-search-please" -version = "0.1.5" +version = "0.1.6" dependencies = [ "fancy-regex", "ignore", @@ -470,7 +470,7 @@ dependencies = [ [[package]] name = "csp-cli" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "clap", @@ -485,7 +485,7 @@ dependencies = [ [[package]] name = "csp-node" -version = "0.1.5" +version = "0.1.6" dependencies = [ "code-search-please", "napi", diff --git a/Cargo.toml b/Cargo.toml index d22680c..81a7abe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" members = ["crates/csp", "crates/csp-cli", "crates/csp-node"] [workspace.package] -version = "0.1.5" # x-release-please-version +version = "0.1.6" # x-release-please-version edition = "2021" license = "MIT" repository = "https://github.com/pleaseai/code-search" diff --git a/crates/csp-node/package.json b/crates/csp-node/package.json index dcaedb3..8083c04 100644 --- a/crates/csp-node/package.json +++ b/crates/csp-node/package.json @@ -1,6 +1,6 @@ { "name": "@pleaseai/csp-sdk", - "version": "0.1.5", + "version": "0.1.6", "description": "In-process native (napi-rs) SDK for csp — fast, accurate hybrid code search for agents. Binds the Rust core directly (no subprocess). The CLI/MCP server ships separately as @pleaseai/csp.", "license": "MIT", "homepage": "https://github.com/pleaseai/code-search", diff --git a/npm/csp/package.json b/npm/csp/package.json index 688570d..11687b7 100644 --- a/npm/csp/package.json +++ b/npm/csp/package.json @@ -1,6 +1,6 @@ { "name": "@pleaseai/csp", - "version": "0.1.5", + "version": "0.1.6", "description": "Fast and accurate hybrid code search for agents (Rust binary, npm-distributed).", "license": "MIT", "homepage": "https://github.com/pleaseai/code-search", diff --git a/package.json b/package.json index 0d24d3d..3f2e2a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/csp", "type": "module", - "version": "0.1.5", + "version": "0.1.6", "private": true, "packageManager": "bun@1.3.14", "description": "Fast and accurate hybrid code search for agents — Rust port of MinishLab/semble. This manifest holds repo JS tooling and the release-please version anchor; the published artifacts are the Rust binary (Homebrew) and its npm wrapper under npm/.",