From 7fcb71c48c9c61176d55859547e98bbde66754eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 11:18:15 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-google-thought-signature.md | 5 ----- apps/perstack/CHANGELOG.md | 6 ++++++ apps/perstack/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fix-google-thought-signature.md diff --git a/.changeset/fix-google-thought-signature.md b/.changeset/fix-google-thought-signature.md deleted file mode 100644 index 15be3f53..00000000 --- a/.changeset/fix-google-thought-signature.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"perstack": patch ---- - -fix: support Google/Vertex thought_signature in multi-turn conversations with Gemini 3 models diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 186d1abc..dcfae5f4 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.135 + +### Patch Changes + +- [#809](https://github.com/perstack-ai/perstack/pull/809) [`cbca127`](https://github.com/perstack-ai/perstack/commit/cbca1274e05f8406be6971d8bfd0214bf4cdfb93) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: support Google/Vertex thought_signature in multi-turn conversations with Gemini 3 models + ## 0.0.134 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 99508f4a..a6a13033 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.134", + "version": "0.0.135", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",