Skip to content

Commit cfee60e

Browse files
chore(main): release 0.1.9
1 parent 03d7e29 commit cfee60e

6 files changed

Lines changed: 17 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.8"
2+
".": "0.1.9"
33
}

CHANGELOG.md

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

3+
## [0.1.9](https://github.com/pleaseai/code-search/compare/v0.1.8...v0.1.9) (2026-07-01)
4+
5+
6+
### Performance Improvements
7+
8+
* **npm:** copy-over-shim for near-native CLI startup ([#69](https://github.com/pleaseai/code-search/issues/69)) ([03d7e29](https://github.com/pleaseai/code-search/commit/03d7e29398f785ab8f295e9029521eadda825998))
9+
10+
11+
### Documentation
12+
13+
* rename plugin marketplace to pleaseai/claude-code-plugins ([#67](https://github.com/pleaseai/code-search/issues/67)) ([2bf9c70](https://github.com/pleaseai/code-search/commit/2bf9c703e66cece7f29488f5db8d7abb97b5be72))
14+
315
## [0.1.8](https://github.com/pleaseai/code-search/compare/v0.1.7...v0.1.8) (2026-07-01)
416

517

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.8" # x-release-please-version
11+
version = "0.1.9" # 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.8",
3+
"version": "0.1.9",
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.8",
3+
"version": "0.1.9",
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.8",
4+
"version": "0.1.9",
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)