Explorar el Código

bump version

master
Wito Chandra hace 6 años
padre
commit
400b6922af
Se han modificado 3 ficheros con 5 adiciones y 2 borrados
  1. +3
    -0
      CHANGELOG.md
  2. +1
    -1
      README.md
  3. +1
    -1
      pubspec.yaml

+ 3
- 0
CHANGELOG.md Ver fichero

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

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

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


Cargando…
Cancelar
Guardar