Sfoglia il codice sorgente

bump version

master
Wito Chandra 6 anni fa
parent
commit
400b6922af
3 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. +3
    -0
      CHANGELOG.md
  2. +1
    -1
      README.md
  3. +1
    -1
      pubspec.yaml

+ 3
- 0
CHANGELOG.md Vedi File

@@ -1,4 +1,7 @@
# Changelog # 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) ## [0.5.1](https://pub.dartlang.org/packages/webfeed/versions/0.5.1)
- Support iTunes namespace [#19](https://github.com/witochandra/webfeed/pull/19) - Support iTunes namespace [#19](https://github.com/witochandra/webfeed/pull/19)
- Parse date strings into DateTime [#22](https://github.com/witochandra/webfeed/pull/22) - Parse date strings into DateTime [#22](https://github.com/witochandra/webfeed/pull/22)


+ 1
- 1
README.md Vedi File

@@ -17,7 +17,7 @@ A dart package for parsing RSS and Atom feed.


Add this line into your `pubspec.yaml` Add this line into your `pubspec.yaml`
``` ```
webfeed: ^0.5.1
webfeed: ^0.5.2
``` ```


Import the package into your dart code using: Import the package into your dart code using:


+ 1
- 1
pubspec.yaml Vedi File

@@ -1,5 +1,5 @@
name: webfeed 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. description: webfeed is a dart package for parsing RSS and Atom feeds. Media & DublinCore namespaces are also supported.
homepage: https://github.com/witochandra/webfeed homepage: https://github.com/witochandra/webfeed
environment: environment:


Caricamento…
Annulla
Salva