diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 816df2d..0477999 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.1" + ".": "0.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 00cf72d..5d8e09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/scalar/galaxy-python/compare/v0.3.1...v0.3.2) (2026-09-15) + + +### Chores + +* **api:** update generated SDK content ([1c1009d](https://github.com/scalar/galaxy-python/commit/1c1009dbce898cfbfda1a304f9096b2e1d6dd7f9)) + ## [0.3.1](https://github.com/scalar/galaxy-python/compare/v0.3.0...v0.3.1) (2026-09-15) diff --git a/pyproject.toml b/pyproject.toml index 0cd6a90..58869f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "scalar-galaxy" -version = "0.3.1" # x-release-please-version +version = "0.3.2" # 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/src/scalar_galaxy/_version.py b/src/scalar_galaxy/_version.py index 58cf69a..9b8d032 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.1" # x-release-please-version +__version__ = "0.3.2" # x-release-please-version