Skip to content

Commit 19568ec

Browse files
author
robot
committed
Release v0.12.0
1 parent cfbb14c commit 19568ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v0.12.0
12
* GetUint64(int ordinal) returns a ulong for Uint8, Uint16, Uint32, Uint64 YDB types.
23
* GetInt64(int ordinal) returns a int for Int8, Int16, Int32, Int64, Uint8, Uint16, Uint32 YDB types.
34
* GetUint32(int ordinal) returns a uint for Uint8, Uint16, Uint32 YDB types.

src/Ydb.Sdk/src/Version.cs

Lines changed: 1 addition & 1 deletion
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 = 11;
6+
public const uint Minor = 12;
77
public const uint Patch = 0;
88
}

0 commit comments

Comments
 (0)