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 13e35a0 commit 8abc51fCopy full SHA for 8abc51f
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.34.2
2
* Added some description to error message from table pool get
3
* Moved implementation `sugar.GenerateDeclareSection` to `internal/table`
4
* Added transaction trace callbacks and internal logging with them
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "34"
6
- VersionPatch = "1"
+ VersionPatch = "2"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments