From cfbd46f8c0028a594864a9801a9b848bdde13b74 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 21:02:39 +0000 Subject: [PATCH 1/2] chore(internal): version bump --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 52ab1b15..70713814 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - finch-api (0.1.0.pre.alpha.13) + finch-api (0.1.0.pre.alpha.14) connection_pool GEM From 076be98d2d1263827b016b0c14bebb0c0ef42707 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 21:02:58 +0000 Subject: [PATCH 2/2] release: 0.1.0-alpha.15 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- lib/finch_api/version.rb | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0699969..08e82c45 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.14" + ".": "0.1.0-alpha.15" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8226d862..5770c753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.15 (2025-05-08) + +Full Changelog: [v0.1.0-alpha.14...v0.1.0-alpha.15](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.14...v0.1.0-alpha.15) + +### Chores + +* **internal:** version bump ([cfbd46f](https://github.com/Finch-API/finch-api-ruby/commit/cfbd46f8c0028a594864a9801a9b848bdde13b74)) + ## 0.1.0-alpha.14 (2025-05-07) Full Changelog: [v0.1.0-alpha.13...v0.1.0-alpha.14](https://github.com/Finch-API/finch-api-ruby/compare/v0.1.0-alpha.13...v0.1.0-alpha.14) diff --git a/README.md b/README.md index 54cfa4b4..c7ecfba6 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.14" +gem "finch-api", "~> 0.1.0.pre.alpha.15" ``` diff --git a/lib/finch_api/version.rb b/lib/finch_api/version.rb index 470e5eff..27565802 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.14" + VERSION = "0.1.0.pre.alpha.15" end