Skip to content

Commit b7fb8c6

Browse files
release: 1.0.0
1 parent bd2c9c4 commit b7fb8c6

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
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.208"
2+
".": "1.0.0"
33
}

CHANGELOG.md

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

3+
## 1.0.0 (2025-05-17)
4+
5+
Full Changelog: [v0.1.0-alpha.208...v1.0.0](https://github.com/OneBusAway/ruby-sdk/compare/v0.1.0-alpha.208...v1.0.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([bd2c9c4](https://github.com/OneBusAway/ruby-sdk/commit/bd2c9c4aab540d4e5a7eb8fa6b5103a10d26f426))
10+
11+
12+
### Chores
13+
14+
* configure new SDK language ([f00a06e](https://github.com/OneBusAway/ruby-sdk/commit/f00a06e0c296b6d168019b43a1e55f1375ee52b1))
15+
* trigger release ([5d40578](https://github.com/OneBusAway/ruby-sdk/commit/5d405785499dedaaa8aaba077563c254b6077fe6))
16+
* update SDK settings ([c0b720f](https://github.com/OneBusAway/ruby-sdk/commit/c0b720fa25631fb6456d19516f216f24e0ebde9e))
17+
318
## 0.1.0-alpha.208 (2025-05-15)
419

520
Full Changelog: [v0.1.0-alpha.207...v0.1.0-alpha.208](https://github.com/OneBusAway/ruby-sdk/compare/v0.1.0-alpha.207...v0.1.0-alpha.208)

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", "~> 0.1.0.pre.alpha.208"
20+
gem "onebusaway-sdk", "~> 1.0.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 = "0.1.0.pre.alpha.208"
4+
VERSION = "1.0.0"
55
end

0 commit comments

Comments
 (0)