Skip to content

Commit 3167e28

Browse files
author
robot
committed
Release v0.1.0
1 parent 771b844 commit 3167e28

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.1.0
12
- Add support of decimal type
23
## v0.0.9
34
- Remove support for .NET Core 3.1

src/Ydb.Sdk/src/Version.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
namespace Ydb.Sdk {
22
public static class Verison {
33
public const uint Major = 0;
4-
public const uint Minor = 0;
5-
public const uint Patch = 9;
4+
public const uint Minor = 1;
5+
public const uint Patch = 0;
66
}
77
}

0 commit comments

Comments
 (0)