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
+
1
11
# [ 1.42.0] ( https://github.com/scribd/go-sdk/compare/v1.41.0...v1.42.0 ) (2025-04-29)
2
12
3
13
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
// 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 7
7
)
8
8
9
9
func TestVersion (t * testing.T ) {
10
- assert .Equal (t , Version , "1.42 .0" )
10
+ assert .Equal (t , Version , "1.43 .0" )
11
11
}
You can’t perform that action at this time.
0 commit comments