From 954e4d701c8880f789c9a6f5615f876a8cad11c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 13:13:27 +0000 Subject: [PATCH 1/2] chore(main): release stackone-ai 2.5.0 --- .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 a549f59..78baf5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba96f99..6893c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.0](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.4.0...stackone-ai-v2.5.0) (2026-03-25) + + +### Features + +* **search-tools:** LLM-driven search and execute and new API ([#151](https://github.com/StackOneHQ/stackone-ai-python/issues/151)) ([a5e5723](https://github.com/StackOneHQ/stackone-ai-python/commit/a5e5723689d702ce4d176194a0d6a43486bcdff7)) + ## [2.4.0](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.3.1...stackone-ai-v2.4.0) (2026-03-06) diff --git a/pyproject.toml b/pyproject.toml index 7eee16d..6a43ef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stackone-ai" -version = "2.4.0" +version = "2.5.0" 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 b5ba7fd..3399c9c 100644 --- a/stackone_ai/__init__.py +++ b/stackone_ai/__init__.py @@ -23,4 +23,4 @@ "SemanticSearchResponse", "SemanticSearchError", ] -__version__ = "2.4.0" +__version__ = "2.5.0" From 978c3912183a7361e9140abe2f2fbbed2877249a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 25 Mar 2026 13:14:14 +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 21a8dd8..237a16b 100644 --- a/uv.lock +++ b/uv.lock @@ -3972,7 +3972,7 @@ wheels = [ [[package]] name = "stackone-ai" -version = "2.4.0" +version = "2.5.0" source = { editable = "." } dependencies = [ { name = "bm25s" },