File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.27.0] ( https://github.com/scribd/go-sdk/compare/v1.26.0...v1.27.0 ) (2024-02-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * Upgrade google/uuid to v1.6.0 ([ 981427e] ( https://github.com/scribd/go-sdk/commit/981427e21895dbcbfa3c7ae2514c1aaecb81e03c ) )
7
+ * Upgrafe mage to v1.15.0 ([ 735df53] ( https://github.com/scribd/go-sdk/commit/735df5378263af6e3082e147e883c8a3ecf7d1b6 ) )
8
+
1
9
# [ 1.26.0] ( https://github.com/scribd/go-sdk/compare/v1.25.0...v1.26.0 ) (2024-01-16)
2
10
3
11
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.26 .0"
4
+ var Version = "1.27 .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.26 .0" )
10
+ assert .Equal (t , Version , "1.27 .0" )
11
11
}
You can’t perform that action at this time.
0 commit comments