Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Feb 9, 2024
1 parent cb04f07 commit 5122306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
## v0.2.0
- Added MakeTablePath, CopyTable, CopyTables, DescribeTable methods for TableClient
- Add logging for transactions

Expand Down
4 changes: 2 additions & 2 deletions src/Ydb.Sdk/src/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ namespace Ydb.Sdk;
public static class Verison
{
public const uint Major = 0;
public const uint Minor = 1;
public const uint Patch = 5;
public const uint Minor = 2;
public const uint Patch = 0;
}

0 comments on commit 5122306

Please sign in to comment.