Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/skills/scalar-galaxy-ruby-sdk/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.1"
".": "0.3.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
galaxy-ruby (0.3.1)
galaxy-ruby (0.3.2)
base64
cgi
connection_pool
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy-ruby/version.rb
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion scalar-sdk.manifest.json
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down
Loading