Skip to content

Commit 72439e6

Browse files
release: 0.1.0-alpha.34 (#167)
* codegen metadata * feat(api): update automated code reviewer selection * release: 0.1.0-alpha.34 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent fc3ee19 commit 72439e6

File tree

7 files changed

+13
-9
lines changed

7 files changed

+13
-9
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.33"
2+
".": "0.1.0-alpha.34"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 46
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-b817e7a30a6366c063a8c9a334d5be281eb8d93e21acc8c8219d3bdc95043deb.yml
33
openapi_spec_hash: d4cc4a5cba9f13986e38d148d330aa00
4-
config_hash: 5c64f384746e7570c10f19fe241062a7
4+
config_hash: f2846563903bf75ab0858872154df0f7

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.0-alpha.34 (2025-11-04)
4+
5+
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)
6+
7+
### Features
8+
9+
* **api:** update automated code reviewer selection ([783db04](https://github.com/Finch-API/finch-api-ruby/commit/783db04dbf3f2175cedd3b4e2aae34aa48977784))
10+
311
## 0.1.0-alpha.33 (2025-11-03)
412

513
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)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
finch-api (0.1.0.pre.alpha.33)
14+
finch-api (0.1.0.pre.alpha.34)
1515
connection_pool
1616

1717
GEM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
1717
<!-- x-release-please-start-version -->
1818

1919
```ruby
20-
gem "finch-api", "~> 0.1.0.pre.alpha.33"
20+
gem "finch-api", "~> 0.1.0.pre.alpha.34"
2121
```
2222

2323
<!-- x-release-please-end -->

lib/finch_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module FinchAPI
4-
VERSION = "0.1.0.pre.alpha.33"
4+
VERSION = "0.1.0.pre.alpha.34"
55
end

release-please-config.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@
5959
"hidden": true
6060
}
6161
],
62-
"reviewers": [
63-
"jordanbrauer",
64-
"minupalaniappan"
65-
],
6662
"release-type": "ruby",
6763
"version-file": "lib/finch_api/version.rb",
6864
"extra-files": [

0 commit comments

Comments
 (0)