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.9 "
2
+ "." : " 0.1.0-alpha.10 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.10 (2025-01-02)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.9...v0.1.0-alpha.10] ( https://github.com/OneBusAway/go-sdk/compare/v0.1.0-alpha.9...v0.1.0-alpha.10 )
6
+
7
+ ### Chores
8
+
9
+ * ** internal:** codegen related update ([ #27 ] ( https://github.com/OneBusAway/go-sdk/issues/27 ) ) ([ 00d5fc8] ( https://github.com/OneBusAway/go-sdk/commit/00d5fc8974188cfbc3242a56a4e280d8dfb6b7d3 ) )
10
+
3
11
## 0.1.0-alpha.9 (2024-12-20)
4
12
5
13
Full Changelog: [ v0.1.0-alpha.8...v0.1.0-alpha.9] ( https://github.com/OneBusAway/go-sdk/compare/v0.1.0-alpha.8...v0.1.0-alpha.9 )
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.9 '
27
+ go get -u ' github.com/OneBusAway/go-sdk@v0.1.0-alpha.10 '
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.9 " // x-release-please-version
5
+ const PackageVersion = "0.1.0-alpha.10 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments