From bcec4f3ff34bfa2ef5bbf484a8328aff70dc0ff1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 09:11:46 +0000 Subject: [PATCH 1/2] chore(main): release stackone-ai 2.9.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- stackone_ai/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a3906fc..bb18e55 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.9.0" + ".": "2.9.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8757209..62b2006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.9.1](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.9.0...stackone-ai-v2.9.1) (2026-05-22) + + +### Bug Fixes + +* **search:** make ToolsetConfigError actionable and fix misleading docs ([#188](https://github.com/StackOneHQ/stackone-ai-python/issues/188)) ([d332c27](https://github.com/StackOneHQ/stackone-ai-python/commit/d332c27d2f7b827e7ca043f60c37cb0831a92361)) + ## [2.9.0](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.8.0...stackone-ai-v2.9.0) (2026-04-30) diff --git a/pyproject.toml b/pyproject.toml index ab37f69..7f38c75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stackone-ai" -version = "2.9.0" +version = "2.9.1" description = "agents performing actions on your SaaS" readme = "README.md" requires-python = ">=3.10" diff --git a/stackone_ai/__init__.py b/stackone_ai/__init__.py index 8a14585..9c61b08 100644 --- a/stackone_ai/__init__.py +++ b/stackone_ai/__init__.py @@ -23,4 +23,4 @@ "SemanticSearchResponse", "SemanticSearchError", ] -__version__ = "2.9.0" +__version__ = "2.9.1" From 1a5fa070981ce96a83d39b2be07b7fdca562a5f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 22 May 2026 09:12:27 +0000 Subject: [PATCH 2/2] chore: update uv.lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index bb4aef3..e617caa 100644 --- a/uv.lock +++ b/uv.lock @@ -4762,7 +4762,7 @@ wheels = [ [[package]] name = "stackone-ai" -version = "2.9.0" +version = "2.9.1" source = { editable = "." } dependencies = [ { name = "bm25s" },