From cb6f0aba97c3ac292e4c40d2d577fbd6336e02a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 22:44:27 +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 dcfae5f4..6684c08d 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.136 + +### Patch Changes + +- [#811](https://github.com/perstack-ai/perstack/pull/811) [`92ff964`](https://github.com/perstack-ai/perstack/commit/92ff964e85a6abdd7dd46019a987035ae9706064) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: support Google/Vertex thought_signature in multi-turn conversations with Gemini 3 models + ## 0.0.135 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index a6a13033..cf74c344 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.135", + "version": "0.0.136", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",