Skip to content

Commit 22984d3

Browse files
release: 0.1.0-alpha.21
1 parent bdaaaf0 commit 22984d3

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
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.20"
2+
".": "0.1.0-alpha.21"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.21 (2025-06-27)
4+
5+
Full Changelog: [v0.1.0-alpha.20...v0.1.0-alpha.21](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.20...v0.1.0-alpha.21)
6+
7+
### Bug Fixes
8+
9+
* **ci:** release-doctor — report correct token name ([2e72b42](https://github.com/Finch-API/finch-api-ruby/commit/2e72b425a9ef10c3a8d5a27779c1d57fb4641b9a))
10+
11+
12+
### Chores
13+
14+
* **ci:** only run for pushes and fork pull requests ([bdaaaf0](https://github.com/Finch-API/finch-api-ruby/commit/bdaaaf064eb6be39ef8749144d75677ecb006309))
15+
* **internal:** version bump ([99e73b3](https://github.com/Finch-API/finch-api-ruby/commit/99e73b3937ff0f4b916278c4b8c41d32efa691c7))
16+
317
## 0.1.0-alpha.20 (2025-06-18)
418

519
Full Changelog: [v0.1.0-alpha.19...v0.1.0-alpha.20](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.19...v0.1.0-alpha.20)

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

0 commit comments

Comments
 (0)