From 94c7958f30b6ec9d9ff697f5c2e035efc62884e3 Mon Sep 17 00:00:00 2001 From: Dan Field Date: Thu, 2 Dec 2021 10:14:41 -0800 Subject: [PATCH] 1.0.0 --- third_party/packages/path_parsing/CHANGELOG.md | 4 ++++ third_party/packages/path_parsing/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/third_party/packages/path_parsing/CHANGELOG.md b/third_party/packages/path_parsing/CHANGELOG.md index e39228ba69a..8934f8ef3c0 100644 --- a/third_party/packages/path_parsing/CHANGELOG.md +++ b/third_party/packages/path_parsing/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 1.0.0 + +- Stable release. + ## 0.2.1 - Performance improvements to parsing. diff --git a/third_party/packages/path_parsing/pubspec.yaml b/third_party/packages/path_parsing/pubspec.yaml index 6df3e472e49..51034aea5bd 100644 --- a/third_party/packages/path_parsing/pubspec.yaml +++ b/third_party/packages/path_parsing/pubspec.yaml @@ -1,5 +1,5 @@ name: path_parsing -version: 0.2.1 +version: 1.0.0 description: > A Dart library to help with SVG Path parsing and code generation. Used by Flutter SVG. homepage: https://github.com/dnfield/dart_path_parsing