Skip to content

Commit 5122306

Browse files
author
robot
committed
Release v0.2.0
1 parent cb04f07 commit 5122306

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v0.2.0
12
- Added MakeTablePath, CopyTable, CopyTables, DescribeTable methods for TableClient
23
- Add logging for transactions
34

src/Ydb.Sdk/src/Version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ namespace Ydb.Sdk;
33
public static class Verison
44
{
55
public const uint Major = 0;
6-
public const uint Minor = 1;
7-
public const uint Patch = 5;
6+
public const uint Minor = 2;
7+
public const uint Patch = 0;
88
}

0 commit comments

Comments
 (0)