From 016f1b600e321ff4fb3553943366d2a80618742f Mon Sep 17 00:00:00 2001 From: Dan Field Date: Mon, 10 Apr 2023 09:42:51 -0700 Subject: [PATCH] Bumps for 2.0.5 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 971b04c3..d0f7a722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGES +## 2.0.5 + +- Allow malformed UTF-8 in loaders. +- Make the cache respect the SvgTheme and ColorMapper, if present. + ## 2.0.4 - Newer version of vector_graphics. diff --git a/pubspec.yaml b/pubspec.yaml index 48e40bb3..6801822a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_svg description: An SVG rendering and widget library for Flutter, which allows painting and displaying Scalable Vector Graphics 1.1 files. repository: https://github.com/dnfield/flutter_svg issue_tracker: https://github.com/dnfield/flutter_svg/issues -version: 2.0.4 +version: 2.0.5 dependencies: flutter: