Skip to content

Commit 0f6badd

Browse files
release: 0.1.0-alpha.32 (#165)
* codegen metadata * release: 0.1.0-alpha.32 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent afc5b36 commit 0f6badd

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
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.31"
2+
".": "0.1.0-alpha.32"
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-0105d239fcaf84750c886dfa6c2cfbf2b2087f89a48f8827c4cbe28479ebfb13.yml
33
openapi_spec_hash: 34895c3d3c137fb9f5a019ac5370afbb
4-
config_hash: 6d3585c0032e08d723d077d660fc8448
4+
config_hash: 5c64f384746e7570c10f19fe241062a7

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.32 (2025-10-31)
4+
5+
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)
6+
7+
### Chores
8+
9+
* **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))
10+
311
## 0.1.0-alpha.31 (2025-10-27)
412

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

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.31)
14+
finch-api (0.1.0.pre.alpha.32)
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.31"
20+
gem "finch-api", "~> 0.1.0.pre.alpha.32"
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.31"
4+
VERSION = "0.1.0.pre.alpha.32"
55
end

0 commit comments

Comments
 (0)