Skip to content

Commit 62b2a47

Browse files
author
robot
committed
Release v3.37.0
1 parent 506b8f8 commit 62b2a47

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.37.0
12
* Supported read-only `sql.LevelSnapshot` isolation with fake transaction and `OnlineReadOnly` transaction control (transient, while YDB clusters are not updated with true snapshot isolation mode)
23
* Supported the `*sql.Conn` as input type `ydb.Unwrap` helper for go's 1.18
34

internal/meta/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package meta
22

33
const (
44
VersionMajor = "3"
5-
VersionMinor = "36"
6-
VersionPatch = "2"
5+
VersionMinor = "37"
6+
VersionPatch = "0"
77
)
88

99
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch

0 commit comments

Comments
 (0)