Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
witochandra committed Aug 11, 2020
1 parent 9a84376 commit ffb7b14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Changelog
## [0.5.0](https://pub.dartlang.org/packages/webfeed/versions/0.5.0)
- Support iTunes namespace [#19](https://github.com/witochandra/webfeed/pull/19)
- Parse date strings into DateTime [#22](https://github.com/witochandra/webfeed/pull/22)
- Add created & modified into dublin core namespace [#27](https://github.com/witochandra/webfeed/pull/27)
- Upgrade xml package [#28](https://github.com/witochandra/webfeed/issues/28)
- Fix linting warnings

## [0.4.2](https://pub.dartlang.org/packages/webfeed/versions/0.4.2)
### Fixed
- Bad import in `rss_content.dart` & `rss_source.dart`

## [0.4.1](https://pub.dartlang.org/packages/webfeed/versions/0.4.1)
### Added
- Support `author` in RssFeed

## [0.4.0](https://pub.dartlang.org/packages/webfeed/versions/0.4.0)
### Added
- Support for dublin core namespace
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: webfeed
version: 0.4.2
version: 0.5.0
description: webfeed is a dart package for parsing RSS and Atom feeds. Media & DublinCore namespaces are also supported.
author: Wito Chandra <wito.c.91@gmail.com>
homepage: https://github.com/witochandra/webfeed
Expand Down

0 comments on commit ffb7b14

Please sign in to comment.