File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ # [ 1.43.0] ( https://github.com/scribd/go-sdk/compare/v1.42.0...v1.43.0 ) (2025-08-25)
2+
3+
4+ ### Features
5+
6+ * Upgrade delve to v1.25.1 ([ 63cca90] ( https://github.com/scribd/go-sdk/commit/63cca909c62c2da754b57748895dfa2a37fff0bb ) )
7+ * Upgrade gimports to v0.36.0 ([ daa0e02] ( https://github.com/scribd/go-sdk/commit/daa0e027ca77fde9a75dad6495b0e75dca5a064e ) )
8+ * Upgrade go to 1.25.0 ([ 0e2ac8e] ( https://github.com/scribd/go-sdk/commit/0e2ac8e3b1d7b59a10cce7dccf146739015e6e88 ) )
9+ * Upgrade golangci-lint to v2.4.0 ([ f9adbe5] ( https://github.com/scribd/go-sdk/commit/f9adbe5772c51643884429aea0ba2ab004381333 ) )
10+
111# [ 1.42.0] ( https://github.com/scribd/go-sdk/compare/v1.41.0...v1.42.0 ) (2025-04-29)
212
313
Original file line number Diff line number Diff line change 11package version
22
33// The SDK version number.
4- var Version = "1.42 .0"
4+ var Version = "1.43 .0"
Original file line number Diff line number Diff line change 77)
88
99func TestVersion (t * testing.T ) {
10- assert .Equal (t , Version , "1.42 .0" )
10+ assert .Equal (t , Version , "1.43 .0" )
1111}
You can’t perform that action at this time.
0 commit comments