diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 48fbed9..25d36ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.1" + ".": "2.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f4a50..78c914e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.2](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.1.1...stackone-ai-v2.1.2) (2026-01-22) + + +### Bug Fixes + +* **nix:** replace deprecated nixfmt-rfc-style with nixfmt ([#114](https://github.com/StackOneHQ/stackone-ai-python/issues/114)) ([10627b4](https://github.com/StackOneHQ/stackone-ai-python/commit/10627b441745806f3b57a7b1cdba296ef722b00f)) + ## [2.1.1](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.1.0...stackone-ai-v2.1.1) (2026-01-22) diff --git a/pyproject.toml b/pyproject.toml index c4e8846..e20309e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stackone-ai" -version = "2.1.1" +version = "2.1.2" 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 6a8c2f1..78bbcb9 100644 --- a/stackone_ai/__init__.py +++ b/stackone_ai/__init__.py @@ -8,4 +8,4 @@ "StackOneTool", "Tools", ] -__version__ = "2.1.1" +__version__ = "2.1.2" diff --git a/uv.lock b/uv.lock index 5129ef6..cf03d44 100644 --- a/uv.lock +++ b/uv.lock @@ -3972,7 +3972,7 @@ wheels = [ [[package]] name = "stackone-ai" -version = "2.1.1" +version = "2.1.2" source = { editable = "." } dependencies = [ { name = "bm25s" },