Skip to content

Commit cc884b6

Browse files
committed
Bump to version 0.9.3
1 parent 02ea20c commit cc884b6

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+
## 0.9.3
2+
- Add `MultiOutput`. Credits to @gmpassos.
3+
- Handle browser Dart stacktraces in PrettyPrinter. Credits to @gmpassos.
4+
- Add platform detection. Credits to @gmpassos.
5+
- Catch output exceptions. Credits to @gmpassos.
6+
- Several documentation fixes. Credits to @gmpassos.
7+
18
## 0.9.2
29
- Add `PrefixPrinter`. Credits to @tkutcher.
310
- Add `HybridPrinter`. Credits to @tkutcher.

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: 0.9.2
3+
version: 0.9.3
44
homepage: https://github.com/leisim/logger
55

66
environment:

0 commit comments

Comments
 (0)