From 5e51939bca3160bfc4c7c6b6af0a8e6df9f73725 Mon Sep 17 00:00:00 2001 From: Bungeefan Date: Sun, 3 Mar 2024 23:36:55 +0100 Subject: [PATCH] Bumped version to 2.1.0 --- CHANGELOG.md | 10 +++++++++- pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341eec48..ef470526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ +## 2.1.0 + +- Improved README explanation about debug mode. Thanks to + @gkuga ([#57](https://github.com/SourceHorizon/logger/pull/57)). +- Added web safe export. Fixes [#58](https://github.com/SourceHorizon/logger/issues/58). +- Added `logger.init` to optionally await any `async` `init()` methods. + Fixes [#61](https://github.com/SourceHorizon/logger/issues/61). + ## 2.0.2+1 -* Meta update: Updated repository links to https://github.com/SourceHorizon/logger. +- Meta update: Updated repository links to https://github.com/SourceHorizon/logger. ## 2.0.2 diff --git a/pubspec.yaml b/pubspec.yaml index e0b9eb3d..4452159a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: logger description: Small, easy to use and extensible logger which prints beautiful logs. -version: 2.0.2+1 +version: 2.1.0 repository: https://github.com/SourceHorizon/logger environment: