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.5.21"
".": "0.5.22"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.5.22](https://github.com/vibecook-dev/spaghetti/compare/spaghetti-v0.5.21...spaghetti-v0.5.22) (2026-07-28)


### Features

* **napi:** build a native binary for Windows on ARM ([#82](https://github.com/vibecook-dev/spaghetti/issues/82)) ([0e9a741](https://github.com/vibecook-dev/spaghetti/commit/0e9a7411b2059b1090a6f0a12c1d8740498f721f))


### Bug Fixes

* **ci:** stop generated files from failing every release PR ([#85](https://github.com/vibecook-dev/spaghetti/issues/85)) ([02452b0](https://github.com/vibecook-dev/spaghetti/commit/02452b0e4871216dbda8aa0c96346daedfe204a9))
* make Windows a first-class platform ([#79](https://github.com/vibecook-dev/spaghetti/issues/79)) ([a6c88cf](https://github.com/vibecook-dev/spaghetti/commit/a6c88cf95c9a78c0eb857f906623137644850deb))
* **sdk:** ship the parse worker so parallel cold start actually runs ([#81](https://github.com/vibecook-dev/spaghetti/issues/81)) ([5e60e75](https://github.com/vibecook-dev/spaghetti/commit/5e60e75febd8856376d72ee85e8adaad9989904f))

## [0.5.21](https://github.com/jamesyong-42/spaghetti/compare/spaghetti-v0.5.20...spaghetti-v0.5.21) (2026-07-25)


Expand Down
2 changes: 1 addition & 1 deletion 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 crates/spaghetti-napi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spaghetti-napi"
version = "0.5.21" # x-release-please-version
version = "0.5.22" # x-release-please-version
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/spaghetti-napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/spaghetti-sdk-native-darwin-arm64",
"version": "0.5.21",
"version": "0.5.22",
"description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk — darwin-arm64 binary",
"cpu": [
"arm64"
Expand Down
2 changes: 1 addition & 1 deletion crates/spaghetti-napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/spaghetti-sdk-native-darwin-x64",
"version": "0.5.21",
"version": "0.5.22",
"description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk — darwin-x64 binary",
"cpu": [
"x64"
Expand Down
2 changes: 1 addition & 1 deletion crates/spaghetti-napi/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/spaghetti-sdk-native-linux-arm64-gnu",
"version": "0.5.21",
"version": "0.5.22",
"description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk — linux-arm64-gnu binary",
"cpu": [
"arm64"
Expand Down
2 changes: 1 addition & 1 deletion crates/spaghetti-napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/spaghetti-sdk-native-linux-x64-gnu",
"version": "0.5.21",
"version": "0.5.22",
"description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk — linux-x64-gnu binary",
"cpu": [
"x64"
Expand Down
2 changes: 1 addition & 1 deletion crates/spaghetti-napi/npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/spaghetti-sdk-native-win32-arm64-msvc",
"version": "0.5.21",
"version": "0.5.22",
"description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk — win32-arm64-msvc binary",
"cpu": [
"arm64"
Expand Down
2 changes: 1 addition & 1 deletion crates/spaghetti-napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/spaghetti-sdk-native-win32-x64-msvc",
"version": "0.5.21",
"version": "0.5.22",
"description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk — win32-x64-msvc binary",
"cpu": [
"x64"
Expand Down
2 changes: 1 addition & 1 deletion crates/spaghetti-napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/spaghetti-sdk-native",
"version": "0.5.21",
"version": "0.5.22",
"description": "Native (Rust) ingest core for @vibecook/spaghetti-sdk",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spaghetti",
"version": "0.5.21",
"version": "0.5.22",
"private": true,
"type": "module",
"description": "Local-first Claude Code explorer for searching sessions, browsing agent artifacts, and querying your history from the terminal",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/spaghetti",
"version": "0.5.21",
"version": "0.5.22",
"type": "module",
"bin": {
"spaghetti": "./dist/bin.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibecook/spaghetti-sdk",
"version": "0.5.21",
"version": "0.5.22",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down
Loading