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 9574544 commit 7a8d1a6Copy full SHA for 7a8d1a6
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.42.6
2
* Implemented `driver.RowsColumnTypeDatabaseTypeName` interface in `internal/xsql.rows` struct
3
* Extended `internal/xsql.conn` struct with methods for getting `YDB` metadata
4
* Added `scheme.Client` to `internal/xsql.connection` interface
internal/meta/version.go
@@ -3,7 +3,7 @@ package meta
const (
VersionMajor = "3"
5
VersionMinor = "42"
6
- VersionPatch = "5"
+ VersionPatch = "6"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments