diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ff4f9a50..36b2affb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.33" + ".": "0.1.0-alpha.34" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 6dc87a14..14e5d14c 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-b817e7a30a6366c063a8c9a334d5be281eb8d93e21acc8c8219d3bdc95043deb.yml openapi_spec_hash: d4cc4a5cba9f13986e38d148d330aa00 -config_hash: 5c64f384746e7570c10f19fe241062a7 +config_hash: f2846563903bf75ab0858872154df0f7 diff --git a/CHANGELOG.md b/CHANGELOG.md index a2754324..991bd212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.34 (2025-11-04) + +Full Changelog: [v0.1.0-alpha.33...v0.1.0-alpha.34](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.33...v0.1.0-alpha.34) + +### Features + +* **api:** update automated code reviewer selection ([783db04](https://github.com/Finch-API/finch-api-ruby/commit/783db04dbf3f2175cedd3b4e2aae34aa48977784)) + ## 0.1.0-alpha.33 (2025-11-03) Full Changelog: [v0.1.0-alpha.32...v0.1.0-alpha.33](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.32...v0.1.0-alpha.33) diff --git a/Gemfile.lock b/Gemfile.lock index 4c291f6f..831f49ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - finch-api (0.1.0.pre.alpha.33) + finch-api (0.1.0.pre.alpha.34) connection_pool GEM diff --git a/README.md b/README.md index b5c0dd50..7bc9f0af 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.33" +gem "finch-api", "~> 0.1.0.pre.alpha.34" ``` diff --git a/lib/finch_api/version.rb b/lib/finch_api/version.rb index 21a97020..6b18c77d 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.33" + VERSION = "0.1.0.pre.alpha.34" end diff --git a/release-please-config.json b/release-please-config.json index 67d20f33..c1343986 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -59,10 +59,6 @@ "hidden": true } ], - "reviewers": [ - "jordanbrauer", - "minupalaniappan" - ], "release-type": "ruby", "version-file": "lib/finch_api/version.rb", "extra-files": [