Ver código fonte

bump version

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

+ 5
- 0
CHANGELOG.md Ver arquivo

@@ -1,4 +1,9 @@
# Changelog # Changelog

## [0.7.0](https://pub.dartlang.org/packages/webfeed/versions/0.7.0)
- Null safety migration [#50](https://github.com/witochandra/webfeed/pull/50)
- Parse duration if not empty [#39](https://github.com/witochandra/webfeed/pull/39)

## [0.6.0](https://pub.dartlang.org/packages/webfeed/versions/0.6.0) ## [0.6.0](https://pub.dartlang.org/packages/webfeed/versions/0.6.0)
- Refactor util/xml.dart - Refactor util/xml.dart
- Support RDF feed - Support RDF feed


+ 1
- 1
README.md Ver arquivo

@@ -19,7 +19,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.6.0
webfeed: ^0.7.0
``` ```


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


+ 1
- 1
pubspec.yaml Ver arquivo

@@ -1,5 +1,5 @@
name: webfeed name: webfeed
version: 0.6.0
version: 0.7.0
description: webfeed is a dart package for parsing RSS and Atom feeds. Media, DublinCore, iTunes, Syndication namespaces are also supported. description: webfeed is a dart package for parsing RSS and Atom feeds. Media, DublinCore, iTunes, Syndication namespaces are also supported.
homepage: https://github.com/witochandra/webfeed homepage: https://github.com/witochandra/webfeed
environment: environment:


Carregando…
Cancelar
Salvar