Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robot committed Sep 1, 2023
1 parent 771b844 commit 3167e28
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.1.0
- Add support of decimal type
## v0.0.9
- Remove support for .NET Core 3.1
Expand Down
4 changes: 2 additions & 2 deletions src/Ydb.Sdk/src/Version.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace Ydb.Sdk {
public static class Verison {
public const uint Major = 0;
public const uint Minor = 0;
public const uint Patch = 9;
public const uint Minor = 1;
public const uint Patch = 0;
}
}

0 comments on commit 3167e28

Please sign in to comment.