File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.38.0] ( https://github.com/scribd/go-sdk/compare/v1.37.0...v1.38.0 ) (2024-08-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Fix typo ([ 54c1943] ( https://github.com/scribd/go-sdk/commit/54c1943f6e6c9645b1e5a5ca177714a8b39c144b ) )
7
+
8
+
9
+ ### Features
10
+
11
+ * Upgrade goimports and delve to the latest ([ 251ae41] ( https://github.com/scribd/go-sdk/commit/251ae414beef5b8115117fe7681686340f4b9c49 ) )
12
+ * Upgrade to golang version 1.23.0 ([ 8a1c724] ( https://github.com/scribd/go-sdk/commit/8a1c72409c2f7d6d35b8031aac68a4c3dde40a05 ) )
13
+
1
14
# [ 1.37.0] ( https://github.com/scribd/go-sdk/compare/v1.36.2...v1.37.0 ) (2024-07-26)
2
15
3
16
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.37 .0"
4
+ var Version = "1.38 .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.37 .0" )
10
+ assert .Equal (t , Version , "1.38 .0" )
11
11
}
You can’t perform that action at this time.
0 commit comments