Skip to content
Merged
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.1"
".": "0.10.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.10.2 (2026-01-14)

Full Changelog: [v0.10.1...v0.10.2](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.10.1...v0.10.2)

### Chores

* fix typo in descriptions ([fa53918](https://github.com/openlayer-ai/openlayer-ruby/commit/fa53918916e3f78032faf5fafdd3f62b81d5226e))

## 0.10.1 (2026-01-12)

Full Changelog: [v0.10.0...v0.10.1](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.10.0...v0.10.1)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
openlayer (0.10.1)
openlayer (0.10.2)
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 @@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
<!-- x-release-please-start-version -->

```ruby
gem "openlayer", "~> 0.10.1"
gem "openlayer", "~> 0.10.2"
```

<!-- x-release-please-end -->
Expand Down
4 changes: 2 additions & 2 deletions lib/openlayer/resources/inference_pipelines/rows.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ class Rows
#
# @param inference_id [String] Query param: Specify the inference id as a query param.
#
# @param row [Object] Body param:
# @param row [Object] Body param
#
# @param config [Openlayer::Models::InferencePipelines::RowUpdateParams::Config, nil] Body param:
# @param config [Openlayer::Models::InferencePipelines::RowUpdateParams::Config, nil] Body param
#
# @param request_options [Openlayer::RequestOptions, Hash{Symbol=>Object}, nil]
#
Expand Down
2 changes: 1 addition & 1 deletion lib/openlayer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Openlayer
VERSION = "0.10.1"
VERSION = "0.10.2"
end
4 changes: 2 additions & 2 deletions rbi/openlayer/resources/inference_pipelines/rows.rbi
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ module Openlayer
inference_pipeline_id,
# Query param: Specify the inference id as a query param.
inference_id:,
# Body param:
# Body param
row:,
# Body param:
# Body param
config: nil,
request_options: {}
)
Expand Down