From c7ddbe50c961d41da8966adcf5017b4bd083d5f6 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 13:51:59 +0000 Subject: [PATCH 1/2] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index ee607421..906bc775 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 46 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-0105d239fcaf84750c886dfa6c2cfbf2b2087f89a48f8827c4cbe28479ebfb13.yml openapi_spec_hash: 34895c3d3c137fb9f5a019ac5370afbb -config_hash: 6d3585c0032e08d723d077d660fc8448 +config_hash: 5c64f384746e7570c10f19fe241062a7 From d3e27b09dbb84ce305360fad493cf342fe7845a6 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 17:06:30 +0000 Subject: [PATCH 2/2] release: 0.1.0-alpha.32 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/finch_api/version.rb | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a899ac74..2ce25fec 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.31" + ".": "0.1.0-alpha.32" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fc775988..428c5d2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.32 (2025-10-31) + +Full Changelog: [v0.1.0-alpha.31...v0.1.0-alpha.32](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.31...v0.1.0-alpha.32) + +### Chores + +* **ownership:** add platform team as codeowners ([#164](https://github.com/Finch-API/finch-api-ruby/issues/164)) ([afc5b36](https://github.com/Finch-API/finch-api-ruby/commit/afc5b3631204f4f76c9d3e59fea384c6b4e671d5)) + ## 0.1.0-alpha.31 (2025-10-27) Full Changelog: [v0.1.0-alpha.30...v0.1.0-alpha.31](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.30...v0.1.0-alpha.31) diff --git a/Gemfile.lock b/Gemfile.lock index 6ad67ab8..4ced77ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - finch-api (0.1.0.pre.alpha.31) + finch-api (0.1.0.pre.alpha.32) connection_pool GEM diff --git a/README.md b/README.md index 80a1a093..c0b5f066 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 "finch-api", "~> 0.1.0.pre.alpha.31" +gem "finch-api", "~> 0.1.0.pre.alpha.32" ``` diff --git a/lib/finch_api/version.rb b/lib/finch_api/version.rb index dbf4f8cf..a859166e 100644 --- a/lib/finch_api/version.rb +++ b/lib/finch_api/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FinchAPI - VERSION = "0.1.0.pre.alpha.31" + VERSION = "0.1.0.pre.alpha.32" end