From 7ec41d0853f60c2b1475b434f1ef817409a21398 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 17:09:47 +0000 Subject: [PATCH] chore(main): release spaghetti 0.5.22 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ Cargo.lock | 2 +- crates/spaghetti-napi/Cargo.toml | 2 +- .../spaghetti-napi/npm/darwin-arm64/package.json | 2 +- crates/spaghetti-napi/npm/darwin-x64/package.json | 2 +- .../npm/linux-arm64-gnu/package.json | 2 +- .../spaghetti-napi/npm/linux-x64-gnu/package.json | 2 +- .../npm/win32-arm64-msvc/package.json | 2 +- .../spaghetti-napi/npm/win32-x64-msvc/package.json | 2 +- crates/spaghetti-napi/package.json | 2 +- package.json | 2 +- packages/cli/package.json | 2 +- packages/sdk/package.json | 2 +- 14 files changed, 27 insertions(+), 13 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b144adc..11b5856 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.21" + ".": "0.5.22" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cdc911..06b15fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 879843f..6431ce8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,7 +924,7 @@ dependencies = [ [[package]] name = "spaghetti-napi" -version = "0.5.21" +version = "0.5.22" dependencies = [ "anyhow", "crossbeam-channel", diff --git a/crates/spaghetti-napi/Cargo.toml b/crates/spaghetti-napi/Cargo.toml index bbbe879..296eb02 100644 --- a/crates/spaghetti-napi/Cargo.toml +++ b/crates/spaghetti-napi/Cargo.toml @@ -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 diff --git a/crates/spaghetti-napi/npm/darwin-arm64/package.json b/crates/spaghetti-napi/npm/darwin-arm64/package.json index 14c0d8d..c792dc9 100644 --- a/crates/spaghetti-napi/npm/darwin-arm64/package.json +++ b/crates/spaghetti-napi/npm/darwin-arm64/package.json @@ -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" diff --git a/crates/spaghetti-napi/npm/darwin-x64/package.json b/crates/spaghetti-napi/npm/darwin-x64/package.json index 67b65a8..822b814 100644 --- a/crates/spaghetti-napi/npm/darwin-x64/package.json +++ b/crates/spaghetti-napi/npm/darwin-x64/package.json @@ -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" diff --git a/crates/spaghetti-napi/npm/linux-arm64-gnu/package.json b/crates/spaghetti-napi/npm/linux-arm64-gnu/package.json index da2d901..6aa9db9 100644 --- a/crates/spaghetti-napi/npm/linux-arm64-gnu/package.json +++ b/crates/spaghetti-napi/npm/linux-arm64-gnu/package.json @@ -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" diff --git a/crates/spaghetti-napi/npm/linux-x64-gnu/package.json b/crates/spaghetti-napi/npm/linux-x64-gnu/package.json index 9e4c3ed..639db63 100644 --- a/crates/spaghetti-napi/npm/linux-x64-gnu/package.json +++ b/crates/spaghetti-napi/npm/linux-x64-gnu/package.json @@ -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" diff --git a/crates/spaghetti-napi/npm/win32-arm64-msvc/package.json b/crates/spaghetti-napi/npm/win32-arm64-msvc/package.json index da7343a..88ec9c0 100644 --- a/crates/spaghetti-napi/npm/win32-arm64-msvc/package.json +++ b/crates/spaghetti-napi/npm/win32-arm64-msvc/package.json @@ -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" diff --git a/crates/spaghetti-napi/npm/win32-x64-msvc/package.json b/crates/spaghetti-napi/npm/win32-x64-msvc/package.json index ea2df7d..815801c 100644 --- a/crates/spaghetti-napi/npm/win32-x64-msvc/package.json +++ b/crates/spaghetti-napi/npm/win32-x64-msvc/package.json @@ -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" diff --git a/crates/spaghetti-napi/package.json b/crates/spaghetti-napi/package.json index 5d089d9..25f64ae 100644 --- a/crates/spaghetti-napi/package.json +++ b/crates/spaghetti-napi/package.json @@ -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", diff --git a/package.json b/package.json index 6c5c646..6c9a29d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/cli/package.json b/packages/cli/package.json index ed305fc..ab16bc0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vibecook/spaghetti", - "version": "0.5.21", + "version": "0.5.22", "type": "module", "bin": { "spaghetti": "./dist/bin.js", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 3b30bfe..ce3d665 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -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",