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 adacfb2 commit b0a755cCopy full SHA for b0a755c
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.33.0
2
* Added `retry.DoTx` helper for retrying `database/sql` transactions
3
* Implemented `database/sql` driver over `ydb-go-sdk`
4
* Marked as deprecated `trace.Table.OnPoolSessionNew` and `trace.Table.OnPoolSessionClose` events
internal/meta/version.go
@@ -2,8 +2,8 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "32"
6
- VersionPatch = "1"
+ VersionMinor = "33"
+ VersionPatch = "0"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments