Skip to content

Commit 5ffeadc

Browse files
chore(main): release 0.1.5 (#52)
Co-authored-by: pleaseai-bot[bot] <239696668+pleaseai-bot[bot]@users.noreply.github.com>
1 parent 7c54631 commit 5ffeadc

6 files changed

Lines changed: 23 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.4"
2+
".": "0.1.5"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.1.5](https://github.com/pleaseai/code-search/compare/v0.1.4...v0.1.5) (2026-06-24)
4+
5+
6+
### Features
7+
8+
* **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))
9+
10+
11+
### Bug Fixes
12+
13+
* **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))
14+
15+
16+
### Documentation
17+
18+
* 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))
19+
* update README for the Rust port ([#44](https://github.com/pleaseai/code-search/issues/44)) ([9c8fe50](https://github.com/pleaseai/code-search/commit/9c8fe50100039cbe264b10e6a48e9c4219b64312))
20+
321
## [0.1.4](https://github.com/pleaseai/code-search/compare/v0.1.3...v0.1.4) (2026-06-22)
422

523

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resolver = "2"
88
members = ["crates/csp", "crates/csp-cli", "crates/csp-node"]
99

1010
[workspace.package]
11-
version = "0.1.4" # x-release-please-version
11+
version = "0.1.5" # x-release-please-version
1212
edition = "2021"
1313
license = "MIT"
1414
repository = "https://github.com/pleaseai/code-search"

crates/csp-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pleaseai/csp-sdk",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"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.",
55
"license": "MIT",
66
"homepage": "https://github.com/pleaseai/code-search",

npm/csp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pleaseai/csp",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "Fast and accurate hybrid code search for agents (Rust binary, npm-distributed).",
55
"license": "MIT",
66
"homepage": "https://github.com/pleaseai/code-search",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pleaseai/csp",
33
"type": "module",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"private": true,
66
"packageManager": "bun@1.3.14",
77
"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/.",

0 commit comments

Comments
 (0)