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.14 "
2
+ "." : " 0.1.0-alpha.15 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.1.0-alpha.15 (2025-02-01)
4
+
5
+ Full Changelog: [ v0.1.0-alpha.14...v0.1.0-alpha.15] ( https://github.com/OneBusAway/go-sdk/compare/v0.1.0-alpha.14...v0.1.0-alpha.15 )
6
+
7
+ ### Bug Fixes
8
+
9
+ * fix unicode encoding for json ([ #42 ] ( https://github.com/OneBusAway/go-sdk/issues/42 ) ) ([ 800d2aa] ( https://github.com/OneBusAway/go-sdk/commit/800d2aabff07f74ff117e7efb9002d8f19549ff0 ) )
10
+
3
11
## 0.1.0-alpha.14 (2025-01-29)
4
12
5
13
Full Changelog: [ v0.1.0-alpha.13...v0.1.0-alpha.14] ( https://github.com/OneBusAway/go-sdk/compare/v0.1.0-alpha.13...v0.1.0-alpha.14 )
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.14 '
27
+ go get -u ' github.com/OneBusAway/go-sdk@v0.1.0-alpha.15 '
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.14 " // x-release-please-version
5
+ const PackageVersion = "0.1.0-alpha.15 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments