File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0. 1.0-alpha.24 "
2
+ "." : " 1.0.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.0 (2025-05-17)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.24...v1.0.0] ( https://github.com/OneBusAway/go-sdk/compare/v0.1.0-alpha.24...v1.0.0 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** codegen related update ([ 681c135] ( https://github.com/OneBusAway/go-sdk/commit/681c135a5d30db41ce1f3abf8968e36314161d4b ) )
10
+
3
11
## 0.1.0-alpha.24 (2025-04-30)
4
12
5
13
Full Changelog: [ v0.1.0-alpha.23...v0.1.0-alpha.24] ( https://github.com/OneBusAway/go-sdk/compare/v0.1.0-alpha.23...v0.1.0-alpha.24 )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
24
24
<!-- x-release-please-start-version -->
25
25
26
26
``` sh
27
- go get -u ' github.com/OneBusAway/go-sdk@v0.1.0-alpha.24 '
27
+ go get -u ' github.com/OneBusAway/go-sdk@v1.0.0 '
28
28
```
29
29
30
30
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 2
2
3
3
package internal
4
4
5
- const PackageVersion = "0. 1.0-alpha.24 " // x-release-please-version
5
+ const PackageVersion = "1.0.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments