From 400b6922afb86ead0c684ccf85a6fc78437e64f1 Mon Sep 17 00:00:00 2001 From: Wito Chandra Date: Wed, 12 Aug 2020 11:09:19 +0700 Subject: [PATCH] bump version --- CHANGELOG.md | 3 +++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb4287..5e470a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## [0.5.2](https://pub.dartlang.org/packages/webfeed/versions/0.5.2) +- Lower the xml package version constraints + ## [0.5.1](https://pub.dartlang.org/packages/webfeed/versions/0.5.1) - Support iTunes namespace [#19](https://github.com/witochandra/webfeed/pull/19) - Parse date strings into DateTime [#22](https://github.com/witochandra/webfeed/pull/22) diff --git a/README.md b/README.md index d24918b..384830a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A dart package for parsing RSS and Atom feed. Add this line into your `pubspec.yaml` ``` -webfeed: ^0.5.1 +webfeed: ^0.5.2 ``` Import the package into your dart code using: diff --git a/pubspec.yaml b/pubspec.yaml index 7041aed..8ec43b5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: webfeed -version: 0.5.1 +version: 0.5.2 description: webfeed is a dart package for parsing RSS and Atom feeds. Media & DublinCore namespaces are also supported. homepage: https://github.com/witochandra/webfeed environment: