Skip to content

Commit 57139e8

Browse files
committed
Update version to 2.0.1 and fix global toggle functionality in CHANGELOG.md
1 parent 40604bc commit 57139e8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.0.1
2+
- Fix: Global toggles were not working as expected. Now, `Console.enableColors` and `Console.showTimestamp` properly control the output formatting.
3+
14
## 2.0.0
25
- Major update.
36
- Use Dart developper logger.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: console_tools
22
description: A console logger class, with custom colors and text styles already defined.
3-
version: 2.0.0
3+
version: 2.0.1
44
homepage: https://github.com/ymrabti/console_tools.git
55

66
environment:

0 commit comments

Comments
 (0)