diff --git a/.claude/skills/scalar-galaxy-ruby-sdk/SKILL.md b/.claude/skills/scalar-galaxy-ruby-sdk/SKILL.md index cb57eaf..46c24f8 100644 --- a/.claude/skills/scalar-galaxy-ruby-sdk/SKILL.md +++ b/.claude/skills/scalar-galaxy-ruby-sdk/SKILL.md @@ -12,7 +12,7 @@ Generated Ruby client for Scalar Galaxy API, published as `galaxy-ruby`. Use the Add the gem to your application's `Gemfile`: ```ruby -gem "galaxy-ruby", "~> 0.3.1" # x-release-please-version +gem "galaxy-ruby", "~> 0.3.2" # x-release-please-version ``` Or install it directly: 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 2cab3a4..633e6c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/scalar/galaxy-ruby/compare/v0.3.1...v0.3.2) (2026-09-02) + + +### Chores + +* **api:** regenerate SDK ([8d78019](https://github.com/scalar/galaxy-ruby/commit/8d7801996c969c91f4099c3fe5975bc0e65ef6c1)) + ## [0.3.1](https://github.com/scalar/galaxy-ruby/compare/v0.3.0...v0.3.1) (2026-08-31) diff --git a/Gemfile.lock b/Gemfile.lock index be19edc..7f8e516 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - galaxy-ruby (0.3.1) + galaxy-ruby (0.3.2) base64 cgi connection_pool diff --git a/README.md b/README.md index 77f368c..838a70c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The full API of this library can be found in [api.md](./api.md). Add the gem to your application's `Gemfile`: ```ruby -gem "galaxy-ruby", "~> 0.3.1" # x-release-please-version +gem "galaxy-ruby", "~> 0.3.2" # x-release-please-version ``` Or install it directly: diff --git a/SKILL.md b/SKILL.md index 39cb868..f20846f 100644 --- a/SKILL.md +++ b/SKILL.md @@ -12,7 +12,7 @@ Generated Ruby client for Scalar Galaxy API, published as `galaxy-ruby`. Use the Add the gem to your application's `Gemfile`: ```ruby -gem "galaxy-ruby", "~> 0.3.1" # x-release-please-version +gem "galaxy-ruby", "~> 0.3.2" # x-release-please-version ``` Or install it directly: diff --git a/lib/galaxy-ruby/version.rb b/lib/galaxy-ruby/version.rb index b2269c6..7990546 100644 --- a/lib/galaxy-ruby/version.rb +++ b/lib/galaxy-ruby/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ScalarGalaxy - VERSION = "0.3.1" # x-release-please-version + VERSION = "0.3.2" # x-release-please-version end diff --git a/scalar-sdk.manifest.json b/scalar-sdk.manifest.json index faf7e4a..f5957b4 100644 --- a/scalar-sdk.manifest.json +++ b/scalar-sdk.manifest.json @@ -1,7 +1,7 @@ { "name": "ScalarGalaxy", "slug": "scalarGalaxy", - "generatorVersion": "0.31.1", + "generatorVersion": "0.32.0", "servers": [ "https://galaxy.scalar.com", "{protocol}://void.scalar.com/{path}"