Skip to content

Commit 2b4eac7

Browse files
release: 0.1.0-alpha.20
1 parent b2b82e1 commit 2b4eac7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.19"
2+
".": "0.1.0-alpha.20"
33
}

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.20 (2025-02-08)
4+
5+
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)
6+
7+
### Chores
8+
9+
* **internal:** version bump ([#40](https://github.com/OneBusAway/ruby-sdk/issues/40)) ([743e74c](https://github.com/OneBusAway/ruby-sdk/commit/743e74c451c58b1ce7f7f606dedf7bcf141ad8b8))
10+
311
## 0.1.0-alpha.19 (2025-02-08)
412

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

lib/onebusaway/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 Onebusaway
4-
VERSION = "0.1.0-alpha.19"
4+
VERSION = "0.1.0-alpha.20"
55
end

0 commit comments

Comments
 (0)