We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6aaa5d commit e5ee953Copy full SHA for e5ee953
packages/mason_logger/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.2.16
2
+
3
+- fix: `Logger.progress` spams terminal on overflow
4
+- chore: add `funding` to `pubspec.yaml`
5
6
# 0.2.15
7
8
- refactor: upgrade `pkg:win32` to `^0.5.4` ([#1300](https://github.com/felangel/mason/issues/1300))
packages/mason_logger/pubspec.yaml
@@ -1,6 +1,6 @@
name: mason_logger
description: A reusable Dart logger used by the Mason CLI (package:mason_cli).
-version: 0.2.15
+version: 0.2.16
homepage: https://github.com/felangel/mason
repository: https://github.com/felangel/mason
issue_tracker: https://github.com/felangel/mason/issues
0 commit comments