From 743e74c451c58b1ce7f7f606dedf7bcf141ad8b8 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 09:57:28 +0000 Subject: [PATCH 1/2] chore(internal): version bump (#40) --- Gemfile.lock | 2 +- rbi/lib/onebusaway/version.rbi | 2 +- sig/onebusaway/version.rbs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index db45ffde..d6017505 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - onebusaway (0.1.0.pre.alpha.18) + onebusaway (0.1.0.pre.alpha.19) connection_pool GEM diff --git a/rbi/lib/onebusaway/version.rbi b/rbi/lib/onebusaway/version.rbi index 34011e8a..c844b404 100644 --- a/rbi/lib/onebusaway/version.rbi +++ b/rbi/lib/onebusaway/version.rbi @@ -1,5 +1,5 @@ # typed: strong module Onebusaway - VERSION = "0.1.0-alpha.18" + VERSION = "0.1.0-alpha.19" end diff --git a/sig/onebusaway/version.rbs b/sig/onebusaway/version.rbs index 132160df..a4cec6e2 100644 --- a/sig/onebusaway/version.rbs +++ b/sig/onebusaway/version.rbs @@ -1,3 +1,3 @@ module Onebusaway - VERSION: "0.1.0-alpha.18" + VERSION: "0.1.0-alpha.19" end From a3831e2eddfb100c2696726aff72f9828fdda936 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 09:57:44 +0000 Subject: [PATCH 2/2] release: 0.1.0-alpha.20 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ lib/onebusaway/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b386befd..fac14074 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0-alpha.19" + ".": "0.1.0-alpha.20" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bdb43b5..cb1d0df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.0-alpha.20 (2025-02-08) + +Full Changelog: [v0.1.0-alpha.19...v0.1.0-alpha.20](https://github.com/OneBusAway/ruby-sdk/compare/v0.1.0-alpha.19...v0.1.0-alpha.20) + +### Chores + +* **internal:** version bump ([#40](https://github.com/OneBusAway/ruby-sdk/issues/40)) ([743e74c](https://github.com/OneBusAway/ruby-sdk/commit/743e74c451c58b1ce7f7f606dedf7bcf141ad8b8)) + ## 0.1.0-alpha.19 (2025-02-08) Full Changelog: [v0.1.0-alpha.18...v0.1.0-alpha.19](https://github.com/OneBusAway/ruby-sdk/compare/v0.1.0-alpha.18...v0.1.0-alpha.19) diff --git a/lib/onebusaway/version.rb b/lib/onebusaway/version.rb index fa2839df..30869bd2 100644 --- a/lib/onebusaway/version.rb +++ b/lib/onebusaway/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Onebusaway - VERSION = "0.1.0-alpha.19" + VERSION = "0.1.0-alpha.20" end