Skip to content

Commit a3c2cc3

Browse files
committed
Bump version to 0.8.0
1 parent 4a43648 commit a3c2cc3

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.8.0
2+
- Fix SimplePrinter showTime #12
3+
- Remove buffer field
4+
- Update library structure (thanks @marcgraub!)
5+
16
## 0.7.0+1
27
- Added `ProductionFilter`, `FileOutput`, `MemoryOutput`, `SimplePrinter`
38
- Breaking: Changed `LogFilter`, `LogPrinter` and `LogOutput`
@@ -14,4 +19,4 @@
1419
- `LogFilter` is a class now
1520

1621
## 0.4.0
17-
- First version of the new logger
22+
- First version of the new logger

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 0.7.0+2
3+
version: 0.8.0
44
author: Simon Leier <[email protected]>
55
homepage: https://github.com/leisim/logger
66

@@ -9,4 +9,4 @@ environment:
99

1010
dev_dependencies:
1111
test: any
12-
pedantic: ^1.8.0
12+
pedantic: ^1.8.0

0 commit comments

Comments
 (0)