Skip to content

Commit

Permalink
release: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sudame committed Mar 9, 2020
1 parent e0ab2a8 commit 3e515e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## [1.0.2](https://pub.dev/packages/dart_rss/versions/1.0.2)
### Add
- support American Style Format DateTime.
- add some real RSS tests.

### Refactor
- split methods.

## [1.0.1+1](https://pub.dev/packages/dart_rss/versions/1.0.1+1)
### Change
- modify some dependencies.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: dart_rss
version: 1.0.1+1
version: 1.0.2
description: dart-rss is a rss parser for RSS1.0/RSS2.0/Atom. It also support Dublin-Core, Content, Syndication additional modules. This libary is forked from webfeed(https://github.com/witochandra/webfeed).
homepage: https://github.com/sudame/dart-rss
environment:
Expand All @@ -8,7 +8,7 @@ dependencies:
xml: ^3.0.0
http: ^0.11.0
meta: ^1.0.0
intl: any
intl: ^0.10.0

dev_dependencies:
test: ^1.0.0

0 comments on commit 3e515e0

Please sign in to comment.