From f23d411c5b259fc972225de02a5f5ae19477751e Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 20:33:26 +0000 Subject: [PATCH] release: 0.22.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/isaacus/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cb9d254..3f63a67 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.22.0" + ".": "0.22.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 242397f..91bb3cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.22.1 (2026-08-23) + +Full Changelog: [v0.22.0...v0.22.1](https://github.com/isaacus-dev/isaacus-python/compare/v0.22.0...v0.22.1) + +### Chores + +* migrate to stlc ([e43440f](https://github.com/isaacus-dev/isaacus-python/commit/e43440f9896ae8b2d8ea9aeaba5fc8cd2d9d5be1)) + ## 0.22.0 (2026-06-01) Full Changelog: [v0.21.1...v0.22.0](https://github.com/isaacus-dev/isaacus-python/compare/v0.21.1...v0.22.0) diff --git a/pyproject.toml b/pyproject.toml index 0fa5455..5a042d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "isaacus" -version = "0.22.0" +version = "0.22.1" description = "The official Python library for the isaacus API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/isaacus/_version.py b/src/isaacus/_version.py index afc8619..8c2c2df 100644 --- a/src/isaacus/_version.py +++ b/src/isaacus/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "isaacus" -__version__ = "0.22.0" # x-release-please-version +__version__ = "0.22.1" # x-release-please-version