Skip to content

Commit 88dfdcd

Browse files
robotmessieurMe
authored andcommitted
Release v0.15.1
1 parent 3914605 commit 88dfdcd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v0.15.1
12
- Fixed Writer: possible creation of a session after `DisposeAsync()`, which this could happen when there are canceled tasks in `InFlightMessages`.
23
- Dev: `Writer.MoveNext()` changed exception on cancelToken from `WriterException` to `TaskCanceledException`.
34
- Dev: changed log level from `Warning` to `Information` in `(Reader / Writer).Initialize()` when it is disposed.

src/Ydb.Sdk/src/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ public static class Version
44
{
55
public const uint Major = 0;
66
public const uint Minor = 15;
7-
public const uint Patch = 0;
7+
public const uint Patch = 1;
88
}

0 commit comments

Comments
 (0)