Ver código fonte

bump version

master
Wito Chandra 6 anos atrás
pai
commit
400b6922af
3 arquivos alterados com 5 adições e 2 exclusões
  1. +3
    -0
      CHANGELOG.md
  2. +1
    -1
      README.md
  3. +1
    -1
      pubspec.yaml

+ 3
- 0
CHANGELOG.md Ver arquivo

@@ -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)


+ 1
- 1
README.md Ver arquivo

@@ -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:


+ 1
- 1
pubspec.yaml Ver arquivo

@@ -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:


Carregando…
Cancelar
Salvar