We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d255b commit a627a2dCopy full SHA for a627a2d
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.100.0
2
* Added `table.DescribeTable.StoreType` to table description result from `table.Session.DescribeTable` request
3
4
## v3.99.13
internal/version/version.go
@@ -2,8 +2,8 @@ package version
const (
Major = "3"
5
- Minor = "99"
6
- Patch = "13"
+ Minor = "100"
+ Patch = "0"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments