We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877b74f commit f07e8eaCopy full SHA for f07e8ea
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.111.0
2
* Added `sugar.PrintErrorWithoutStack` helper for remove stack records from error string
3
* Added `sugar.UnwrapError` helper for unwrap source error to root errors
4
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "110"
6
- Patch = "1"
+ Minor = "111"
+ Patch = "0"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments