Skip to content

Commit 2ec522a

Browse files
committed
Bumped version to 2.0.2
1 parent f15acc9 commit 2ec522a

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.0.2
2+
3+
- Moved the default log level assignment to prevent weird lazy initialization bugs.
4+
Mitigates [#38](https://github.com/Bungeefan/logger/issues/38).
5+
16
## 2.0.1
27

38
- Updated README to reflect v2.0.0 log signature change.

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.0.1
3+
version: 2.0.2
44
repository: https://github.com/Bungeefan/logger
55

66
environment:

0 commit comments

Comments
 (0)