Skip to content

Commit 9006f29

Browse files
committed
Bumped version to 2.6.0
1 parent 69f4a4a commit 9006f29

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.6.0
2+
3+
* Added log level comparison operators. Thanks to
4+
@busslina ([#90](https://github.com/SourceHorizon/logger/pull/90)).
5+
* AdvancedFileOutput: Added `fileHeader` and `fileFooter` options.
6+
Closes [#97](https://github.com/SourceHorizon/logger/issues/97).
7+
18
## 2.5.0
29

310
* AdvancedFileOutput: Added support for custom `fileUpdateDuration`. 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.5.0
3+
version: 2.6.0
44
repository: https://github.com/SourceHorizon/logger
55

66
topics:

0 commit comments

Comments
 (0)