diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index dc07b8c..9792a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.1](https://github.com/scalar/galaxy-python/compare/v0.3.0...v0.3.1) (2026-09-02) + + +### Chores + +* **api:** regenerate SDK ([c83f53e](https://github.com/scalar/galaxy-python/commit/c83f53eacd51c58ddd59f4ec94693f947b71694a)) +* **api:** regenerate SDK ([c9ecb15](https://github.com/scalar/galaxy-python/commit/c9ecb1505b78dae1c365af49b3471faad18e48b6)) +* **api:** update generated SDK content ([39f800d](https://github.com/scalar/galaxy-python/commit/39f800dceb4381e9ecadf9c4d3aa3269c77161bf)) + ## [0.3.0](https://github.com/scalar/galaxy-python/compare/v0.2.1...v0.3.0) (2026-08-28) diff --git a/pyproject.toml b/pyproject.toml index 7116b1d..0cd6a90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scalar-galaxy" -version = "0.3.0" # x-release-please-version +version = "0.3.1" # x-release-please-version description = "The Scalar Galaxy is an example OpenAPI document to test OpenAPI tools and libraries. It's a fictional universe with fictional planets and fictional data." readme = "README.md" license = "Apache-2.0" diff --git a/scalar-sdk.manifest.json b/scalar-sdk.manifest.json index 2a801e0..f5957b4 100644 --- a/scalar-sdk.manifest.json +++ b/scalar-sdk.manifest.json @@ -1,7 +1,7 @@ { "name": "ScalarGalaxy", "slug": "scalarGalaxy", - "generatorVersion": "0.30.1", + "generatorVersion": "0.32.0", "servers": [ "https://galaxy.scalar.com", "{protocol}://void.scalar.com/{path}" diff --git a/src/scalar_galaxy/_version.py b/src/scalar_galaxy/_version.py index 30c8c73..58cf69a 100644 --- a/src/scalar_galaxy/_version.py +++ b/src/scalar_galaxy/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Scalar. See README.md for details. __title__ = "scalarGalaxy" -__version__ = "0.3.0" # x-release-please-version +__version__ = "0.3.1" # x-release-please-version