From fdebe91b64dc89b24f8d025e51a144cadd5400e1 Mon Sep 17 00:00:00 2001 From: chenenyu Date: Wed, 20 Oct 2021 15:08:19 +0800 Subject: [PATCH] release 1.4.0 --- CHANGELOG.md | 6 ++++++ LICENSE | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e64fb..1c70707 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.4.0] - 2021/10/20 + +* Null safety. +* Upgrade to emoji 14. +* API opt. + ## [1.3.2] - 2021/05/20 * Add constructor parameter `supportsAnsiColor` for `ConsoleEmitter`. diff --git a/LICENSE b/LICENSE index 3a0345b..b69b13b 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 chenenyu + Copyright 2020 chenenyu Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/pubspec.yaml b/pubspec.yaml index 151e578..670f2e1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dog description: Simple and pretty log package for Dart, includes Flutter and web. -version: 1.3.2 +version: 1.4.0 repository: https://github.com/chenenyu/dog publish_to: https://pub.dev