diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e756293..0c2ecec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.0" + ".": "0.20.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 579fc6c..702b98b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.20.0](https://github.com/steel-dev/steel-python/compare/v0.19.0...v0.20.0) (2026-09-10) + + +### Features + +* **api:** drop region and make the computer template optional ([304cb1d](https://github.com/steel-dev/steel-python/commit/304cb1da117ebb95100c6e0b8b38ea1f3dec184f)) +* restore custom code and changelog ([94683e6](https://github.com/steel-dev/steel-python/commit/94683e6ce8e7a00863dd3aca7cdfe4c4e7e08943)) + + +### Chores + +* restore the changelog ([5059286](https://github.com/steel-dev/steel-python/commit/50592867e89c2b4815632d5b54f5c8266618ce61)) + ## 0.19.0 (2026-06-23) Full Changelog: [v0.18.0...v0.19.0](https://github.com/steel-dev/steel-python/compare/v0.18.0...v0.19.0) diff --git a/pyproject.toml b/pyproject.toml index 4ecb2fe..800c788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "steel-sdk" -version = "0.19.0" +version = "0.20.0" description = "The official Python library for the steel API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/steel/_version.py b/src/steel/_version.py index c951ee8..1f5d3f3 100644 --- a/src/steel/_version.py +++ b/src/steel/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "steel" -__version__ = "0.19.0" # x-release-please-version +__version__ = "0.20.0" # x-release-please-version