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 2a604d8 commit c4ba29eCopy full SHA for c4ba29e
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.29.0
2
* Refactored `internal/value` package for decrease CPU and memory workload with GC
3
* Added `table/types.Equal(lhs, rhs)` helper for check equal for two types
4
internal/meta/version.go
@@ -2,8 +2,8 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "28"
6
- VersionPatch = "3"
+ VersionMinor = "29"
+ VersionPatch = "0"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments