Skip to content

Commit 340d626

Browse files
author
robot
committed
Release v0.11.0
1 parent 4dea493 commit 340d626

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v0.11.0
12
* Fix bug: GetValue(int ordinal) return DBNull.Value if fetched NULL value.
23
* Fix: NextResult() moves to the next result and skip the first ResultSet.
34
* Added specification DbDataReaderTests.

src/Ydb.Sdk/src/Version.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ namespace Ydb.Sdk;
33
public static class Version
44
{
55
public const uint Major = 0;
6-
public const uint Minor = 10;
6+
public const uint Minor = 11;
77
public const uint Patch = 0;
88
}

0 commit comments

Comments
 (0)