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 cb9ddcd commit 93f22c5Copy full SHA for 93f22c5
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.18.0
2
* Added `go1.18` to test matrix
3
* Added `ydb.WithOperationTimeout` and `ydb.WithOperationCancelAfter` context modifiers
4
internal/meta/version.go
@@ -2,6 +2,6 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "17"
+ VersionMinor = "18"
6
VersionPatch = "0"
7
)
0 commit comments