Skip to content
Merged
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.1"
".": "0.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/pleaseai/code-search/compare/v0.1.1...v0.1.2) (2026-06-22)


### Bug Fixes

* **release:** build musl via cargo-zigbuild + make release resilient ([#46](https://github.com/pleaseai/code-search/issues/46)) ([ec7fbb3](https://github.com/pleaseai/code-search/commit/ec7fbb3b82d32e29ec9635066ad7d5f2b4d5a5ac))

## [0.1.1](https://github.com/pleaseai/code-search/compare/v0.1.0...v0.1.1) (2026-06-22)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

[workspace.package]
version = "0.1.1" # x-release-please-version
version = "0.1.2" # x-release-please-version
edition = "2021"
license = "MIT"
repository = "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.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"private": true,
"packageManager": "bun@1.3.14",
"description": "Fast and Accurate Code Search for Agents — TypeScript port of MinishLab/semble",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
// Kept in sync with `package.json#version` by release-please via the
// `x-release-please-version` annotation below (see release-please-config.json
// `extra-files`).
export const version = '0.1.1' // x-release-please-version
export const version = '0.1.2' // x-release-please-version
Loading