diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1a2442..31ed71b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.10.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c055ee9..ad1dea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Gemfile.lock b/Gemfile.lock index a47d305..3f711b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - openlayer (0.10.1) + openlayer (0.10.2) cgi connection_pool diff --git a/README.md b/README.md index c4239e2..22783fe 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "openlayer", "~> 0.10.1" +gem "openlayer", "~> 0.10.2" ``` diff --git a/lib/openlayer/resources/inference_pipelines/rows.rb b/lib/openlayer/resources/inference_pipelines/rows.rb index ee1a74a..efd3c84 100644 --- a/lib/openlayer/resources/inference_pipelines/rows.rb +++ b/lib/openlayer/resources/inference_pipelines/rows.rb @@ -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] # diff --git a/lib/openlayer/version.rb b/lib/openlayer/version.rb index f3a6203..be1dafc 100644 --- a/lib/openlayer/version.rb +++ b/lib/openlayer/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Openlayer - VERSION = "0.10.1" + VERSION = "0.10.2" end diff --git a/rbi/openlayer/resources/inference_pipelines/rows.rbi b/rbi/openlayer/resources/inference_pipelines/rows.rbi index b9ffc99..9a8bce0 100644 --- a/rbi/openlayer/resources/inference_pipelines/rows.rbi +++ b/rbi/openlayer/resources/inference_pipelines/rows.rbi @@ -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: {} )