diff --git a/.changeset/fix-signed-duckdb-manifest.md b/.changeset/fix-signed-duckdb-manifest.md deleted file mode 100644 index 9146cd52..00000000 --- a/.changeset/fix-signed-duckdb-manifest.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@selftune/desktop": patch ---- - -Allow the exact bundled native binaries changed by macOS code signing to pass -the signed runtime integrity check while preserving strict source-copy verification. diff --git a/apps/desktop/CHANGELOG.md b/apps/desktop/CHANGELOG.md index dbedb218..cc39a016 100644 --- a/apps/desktop/CHANGELOG.md +++ b/apps/desktop/CHANGELOG.md @@ -1,5 +1,12 @@ # @selftune/desktop +## 0.3.3 + +### Patch Changes + +- [#148](https://github.com/selftune-dev/selftune/pull/148) [`3c1dafa`](https://github.com/selftune-dev/selftune/commit/3c1dafa969316b3aca4a25b3f4a66534ddfb3583) Thanks [@WellDunDun](https://github.com/WellDunDun)! - Allow the exact bundled native binaries changed by macOS code signing to pass + the signed runtime integrity check while preserving strict source-copy verification. + ## 0.3.2 ### Patch Changes diff --git a/apps/desktop/package.json b/apps/desktop/package.json index 22eb5871..395f4167 100644 --- a/apps/desktop/package.json +++ b/apps/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@selftune/desktop", - "version": "0.3.2", + "version": "0.3.3", "private": true, "description": "Native desktop control plane for SelfTune skill observability and improvement", "homepage": "https://selftune.dev", diff --git a/package.json b/package.json index de978670..8fb18a77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "selftune", - "version": "0.3.2", + "version": "0.3.3", "description": "Skill-level observability and self-improvement for AI agents — monitors skill routing, detects missed triggers, and evolves descriptions automatically", "keywords": [ "agent", diff --git a/skill/SKILL.md b/skill/SKILL.md index 4b48b6fb..a96248d3 100644 --- a/skill/SKILL.md +++ b/skill/SKILL.md @@ -17,7 +17,7 @@ description: > even if they don't say "selftune" explicitly. metadata: author: selftune-dev - version: 0.3.2 + version: 0.3.3 category: developer-tools ---