Skip to content

Commit 2fcde98

Browse files
release: 1.13.0
1 parent 3b6da9a commit 2fcde98

4 files changed

Lines changed: 21 additions & 3 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.12.0"
2+
".": "1.13.0"
33
}

CHANGELOG.md

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

3+
## [1.13.0](https://github.com/OneBusAway/ruby-sdk/compare/v1.12.0...v1.13.0) (2026-08-23)
4+
5+
6+
### Features
7+
8+
* initial stlc build ([98cc256](https://github.com/OneBusAway/ruby-sdk/commit/98cc25681f39cd4da9916c3996b465fb3ba186cf))
9+
10+
11+
### Bug Fixes
12+
13+
* add release-please config to all targets ([3b6da9a](https://github.com/OneBusAway/ruby-sdk/commit/3b6da9aec58d815e1fb8734785effe636f1fd239))
14+
* update agency endpoint description ([7a4c8ba](https://github.com/OneBusAway/ruby-sdk/commit/7a4c8ba96152f9b5c1ff1b7bf39bb8f22658bbed))
15+
16+
17+
### Chores
18+
19+
* add stlc promote and sync workflows ([1e524b5](https://github.com/OneBusAway/ruby-sdk/commit/1e524b5e086580f468e1a53d66a1b56e307f0f4a))
20+
321
## 1.12.0 (2026-07-18)
422

523
Full Changelog: [v1.11.0...v1.12.0](https://github.com/OneBusAway/ruby-sdk/compare/v1.11.0...v1.12.0)

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.12.0"
20+
gem "onebusaway-sdk", "~> 1.13.0"
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.12.0"
4+
VERSION = "1.13.0"
55
end

0 commit comments

Comments
 (0)