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 13e20eb commit 806856dCopy full SHA for 806856d
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.42.7
2
* Fixed `sugar.IsTableExists` with recursive check directory exists
3
* Added `sugar.IsDirectoryExists`
4
* Changed type of `table/options.IndexType` for type checks
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "42"
6
- VersionPatch = "6"
+ VersionPatch = "7"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments