diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 78baf5b..0bd1b03 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6893c75..e7f94b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.1](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.5.0...stackone-ai-v2.5.1) (2026-03-26) + + +### Bug Fixes + +* **search:** fall back to local search when semantic results don't match MCP tools ([#159](https://github.com/StackOneHQ/stackone-ai-python/issues/159)) ([2c86475](https://github.com/StackOneHQ/stackone-ai-python/commit/2c864759f43dc701d1bfa8407badf4a10f608332)) + ## [2.5.0](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.4.0...stackone-ai-v2.5.0) (2026-03-25) diff --git a/pyproject.toml b/pyproject.toml index 6a43ef8..e893f7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stackone-ai" -version = "2.5.0" +version = "2.5.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 3399c9c..9715e1c 100644 --- a/stackone_ai/__init__.py +++ b/stackone_ai/__init__.py @@ -23,4 +23,4 @@ "SemanticSearchResponse", "SemanticSearchError", ] -__version__ = "2.5.0" +__version__ = "2.5.1" diff --git a/uv.lock b/uv.lock index 237a16b..d28f0b6 100644 --- a/uv.lock +++ b/uv.lock @@ -3972,7 +3972,7 @@ wheels = [ [[package]] name = "stackone-ai" -version = "2.5.0" +version = "2.5.1" source = { editable = "." } dependencies = [ { name = "bm25s" },