Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.4"
".": "0.1.5"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/csp-node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion npm/csp/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/.",
Expand Down
Loading