Skip to content

Commit f5bb8ea

Browse files
committed
Bumped version to 2.6.1
1 parent b19e112 commit f5bb8ea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.6.1
2+
3+
* AdvancedFileOutput: Fixed race condition while flushing the buffer (`StateError`).
4+
Closes [#99](https://github.com/SourceHorizon/logger/issues/99), thanks to @sap1tz.
5+
16
## 2.6.0
27

38
* Added log level comparison operators. Thanks to

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: logger
22
description: Small, easy to use and extensible logger which prints beautiful logs.
3-
version: 2.6.0
3+
version: 2.6.1
44
repository: https://github.com/SourceHorizon/logger
55

66
topics:

0 commit comments

Comments
 (0)