Skip to content

Commit 5418306

Browse files
release: 1.5.4
1 parent 9d70f13 commit 5418306

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.3"
2+
".": "1.5.4"
33
}

CHANGELOG.md

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

3+
## 1.5.4 (2026-03-25)
4+
5+
Full Changelog: [v1.5.3...v1.5.4](https://github.com/OneBusAway/ruby-sdk/compare/v1.5.3...v1.5.4)
6+
7+
### Chores
8+
9+
* **ci:** skip lint on metadata-only changes ([b741b9e](https://github.com/OneBusAway/ruby-sdk/commit/b741b9e76b7eb12391f93dbd877e5703cb014038))
10+
* **internal:** update gitignore ([2e3018f](https://github.com/OneBusAway/ruby-sdk/commit/2e3018f4a3a693e49154bdf5bc11f6c82403ee1d))
11+
* **tests:** bump steady to v0.19.6 ([65843e1](https://github.com/OneBusAway/ruby-sdk/commit/65843e143eab64de407e9c36b845fc0fe98bd6a7))
12+
* **tests:** bump steady to v0.19.7 ([9d70f13](https://github.com/OneBusAway/ruby-sdk/commit/9d70f131c5d5e951944faa28ee468ec68b3e9b61))
13+
314
## 1.5.3 (2026-03-21)
415

516
Full Changelog: [v1.5.2...v1.5.3](https://github.com/OneBusAway/ruby-sdk/compare/v1.5.2...v1.5.3)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
onebusaway-sdk (1.5.3)
14+
onebusaway-sdk (1.5.4)
1515
cgi
1616
connection_pool
1717

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 "onebusaway-sdk", "~> 1.5.3"
20+
gem "onebusaway-sdk", "~> 1.5.4"
2121
```
2222

2323
<!-- x-release-please-end -->

lib/onebusaway_sdk/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 OnebusawaySDK
4-
VERSION = "1.5.3"
4+
VERSION = "1.5.4"
55
end

0 commit comments

Comments
 (0)