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 83d7cb7 commit 3074ad5Copy full SHA for 3074ad5
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.102.0
2
* Supported wide `Date32`, `Datetime64` and `Timestamp64` types
3
4
## v3.101.4
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "101"
6
- Patch = "4"
+ Minor = "102"
+ Patch = "0"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments