Skip to content

Commit 64a9688

Browse files
author
robot
committed
Release v0.3.0
1 parent 94a27fe commit 64a9688

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.3.0
12
- Add rollback transaction API
23

34
## v0.2.2

src/Ydb.Sdk/src/Version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ namespace Ydb.Sdk;
66
public static class Version
77
{
88
public const uint Major = 0;
9-
public const uint Minor = 2;
10-
public const uint Patch = 3;
9+
public const uint Minor = 3;
10+
public const uint Patch = 0;
1111
}

0 commit comments

Comments
 (0)