Skip to content

Commit e2bf644

Browse files
chore(main): release 0.1.10
1 parent 74911c9 commit e2bf644

6 files changed

Lines changed: 14 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.9"
2+
".": "0.1.10"
33
}

CHANGELOG.md

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

3+
## [0.1.10](https://github.com/pleaseai/code-search/compare/v0.1.9...v0.1.10) (2026-07-11)
4+
5+
6+
### Features
7+
8+
* **mcp:** revalidate cached local-path indexes on query ([#78](https://github.com/pleaseai/code-search/issues/78)) ([74911c9](https://github.com/pleaseai/code-search/commit/74911c93f5a3520cbaad73ae17c84e9c7718b966))
9+
* **search:** default to potion-code-16M-v2, invalidate stale-model caches ([#77](https://github.com/pleaseai/code-search/issues/77)) ([1d2ea9e](https://github.com/pleaseai/code-search/commit/1d2ea9eaefe59741d9b5021b80ce241cf0f5c07a))
10+
* ship csp CLI in the code-search-please crate for `cargo install` ([#71](https://github.com/pleaseai/code-search/issues/71)) ([9c27272](https://github.com/pleaseai/code-search/commit/9c2727283f3e2263980d4f2873dfc6f26fb4f0c0))
11+
312
## [0.1.9](https://github.com/pleaseai/code-search/compare/v0.1.8...v0.1.9) (2026-07-01)
413

514

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-node"]
99

1010
[workspace.package]
11-
version = "0.1.9" # x-release-please-version
11+
version = "0.1.10" # 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.9",
3+
"version": "0.1.10",
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.9",
3+
"version": "0.1.10",
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.9",
4+
"version": "0.1.10",
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)