File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed
Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.1 "
2+ "." : " 0.1.0-alpha.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0-alpha.2 (2025-03-06)
4+
5+ Full Changelog: [ v0.1.0-alpha.1...v0.1.0-alpha.2] ( https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.1...v0.1.0-alpha.2 )
6+
7+ ### Chores
8+
9+ * bump lockfile ([ #7 ] ( https://github.com/Finch-API/finch-api-ruby/issues/7 ) ) ([ a644446] ( https://github.com/Finch-API/finch-api-ruby/commit/a64444614bbee1dd6cb93d1f5ba3440eb15e192c ) )
10+ * ** internal:** version bump ([ #4 ] ( https://github.com/Finch-API/finch-api-ruby/issues/4 ) ) ([ 1e24a6c] ( https://github.com/Finch-API/finch-api-ruby/commit/1e24a6c308f2bda2dfc8d253bad8c0e7c007d149 ) )
11+ * rename misleading variable ([ #8 ] ( https://github.com/Finch-API/finch-api-ruby/issues/8 ) ) ([ 0b3397f] ( https://github.com/Finch-API/finch-api-ruby/commit/0b3397f11d90ca29a56b7fa7f162d96edf07be06 ) )
12+ * update custom timeout header name ([ #6 ] ( https://github.com/Finch-API/finch-api-ruby/issues/6 ) ) ([ e19278e] ( https://github.com/Finch-API/finch-api-ruby/commit/e19278e42797781e1ed237688abe62a2b9e85b4c ) )
13+
314## 0.1.0-alpha.1 (2025-03-05)
415
516Full Changelog: [ v0.0.1-alpha.0...v0.1.0-alpha.1] ( https://github.com/Finch-API/finch-api-ruby/compare/v0.0.1-alpha.0...v0.1.0-alpha.1 )
Original file line number Diff line number Diff line change 1111PATH
1212 remote: .
1313 specs:
14- finch-api (0.1.0.pre.alpha.1 )
14+ finch-api (0.1.0.pre.alpha.2 )
1515 connection_pool
1616
1717GEM
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module FinchAPI
4- VERSION = "0.1.0-alpha.1 "
4+ VERSION = "0.1.0-alpha.2 "
55end
Original file line number Diff line number Diff line change 11# typed: strong
22
33module FinchAPI
4- VERSION = "0.1.0-alpha.1 "
4+ VERSION = "0.1.0-alpha.2 "
55end
You can’t perform that action at this time.
0 commit comments