From 95ccb13894447602eaaa9e8e6ae69c01f5f985b6 Mon Sep 17 00:00:00 2001 From: "pleaseai-bot[bot]" <239696668+pleaseai-bot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 12:31:33 +0000 Subject: [PATCH] chore(main): release 0.1.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.toml | 2 +- crates/csp-node/package.json | 2 +- npm/csp/package.json | 2 +- package.json | 2 +- 6 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 88f7c73..18e45d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f62f1c..6c28418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.1.5](https://github.com/pleaseai/code-search/compare/v0.1.4...v0.1.5) (2026-06-23) + + +### Features + +* **sdk:** remove deprecated TS implementation; add napi-rs SDK (@pleaseai/csp-sdk) ([#56](https://github.com/pleaseai/code-search/issues/56)) ([1caa29d](https://github.com/pleaseai/code-search/commit/1caa29d06571d043aaaf74c5899edad5b1b5bb67)) + + +### Bug Fixes + +* **npm:** ship README + LICENSE in the published wrapper package ([#55](https://github.com/pleaseai/code-search/issues/55)) ([efff12b](https://github.com/pleaseai/code-search/commit/efff12bd4f159abd3d87b5dcfd54e9ccc648584f)) + + +### Documentation + +* note the library is on crates.io as code-search-please ([#54](https://github.com/pleaseai/code-search/issues/54)) ([3fa872b](https://github.com/pleaseai/code-search/commit/3fa872b2181379f8f8ac0e2d9b8c02213a739081)) +* update README for the Rust port ([#44](https://github.com/pleaseai/code-search/issues/44)) ([9c8fe50](https://github.com/pleaseai/code-search/commit/9c8fe50100039cbe264b10e6a48e9c4219b64312)) + ## [0.1.4](https://github.com/pleaseai/code-search/compare/v0.1.3...v0.1.4) (2026-06-22) diff --git a/Cargo.toml b/Cargo.toml index 97b6e50..d22680c 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.4" # x-release-please-version +version = "0.1.5" # 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 2c18cb9..dcaedb3 100644 --- a/crates/csp-node/package.json +++ b/crates/csp-node/package.json @@ -1,6 +1,6 @@ { "name": "@pleaseai/csp-sdk", - "version": "0.1.4", + "version": "0.1.5", "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 d900dfd..688570d 100644 --- a/npm/csp/package.json +++ b/npm/csp/package.json @@ -1,6 +1,6 @@ { "name": "@pleaseai/csp", - "version": "0.1.4", + "version": "0.1.5", "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 dbfe2fb..0d24d3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/csp", "type": "module", - "version": "0.1.4", + "version": "0.1.5", "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/.",