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 316b1eb commit 7ab31e5Copy full SHA for 7ab31e5
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.99.13
2
* Added checking errors for conditionally delete item from pool
3
4
## v3.99.12
internal/version/version.go
@@ -3,7 +3,7 @@ package version
const (
Major = "3"
5
Minor = "99"
6
- Patch = "12"
+ Patch = "13"
7
8
Package = "ydb-go-sdk"
9
)
0 commit comments