From 9e167e6e0721cb8b1c06299b89197b5c05f30567 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 9 Nov 2023 16:05:06 +0100 Subject: [PATCH] fix: updated changelog, pubspec and readme --- CHANGELOG.md | 5 +++-- README.md | 2 +- pubspec.yaml | 8 ++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c64cdcaa..784cc5b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ ## 0.8.0 * [BREAKING_CHANGE] Updated min android version to 22 and target/compile version to 34. -* Updated dependencies version -* Replaced lint with very_good_analysis package +* Updated dependencies version. +* Replaced lint with very_good_analysis package. * Fixed screenshot manger not creating screenshots. +* Update pub.dev metadata. ## 0.7.0 * [BREAKING_CHANGE] Update to Flutter 3 by Nico Mexis (https://github.com/ThexXTURBOXx). diff --git a/README.md b/README.md index f8252006..78aaefa1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Catcher supports Android, iOS, Web, Linux, Windows and MacOS platforms. Add this line to your **pubspec.yaml**: ```yaml dependencies: - catcher: ^0.7.0 + catcher: ^0.8.0 ``` Then run this command: diff --git a/pubspec.yaml b/pubspec.yaml index a58036e9..9939a034 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,6 +3,14 @@ description: Plugin for error catching which provides multiple handlers for deal version: 0.8.0 #author: Jakub Homlala homepage: https://github.com/jhomlala/catcher +repository: https://github.com/jhomlala/catcher +issue_tracker: https://github.com/jhomlala/catcher/issues +topis: + - error + - errors + - logs + - devtools + - tool environment: sdk: '>=2.19.6 <3.0.0'