Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Linusp committed Jul 22, 2019
1 parent 9ad1a05 commit 36b4e9b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## v0.3.0

Added

- New Class: `Subscription` in `inoreader.subscription`
- New methods:
- `InoreaderClient.get_subscription_list`
- `InoreaderClient.get_stream_contents`

- New commands: `get-subscriptions`, `fetch-articles`, `dedupe`


Changed

- Supported new output formats in command `fetch-unread`: `markdown` and `org-mode`
- Changed command `filter`, see `example/rules.example.yaml` for details
- Use `logging` instead of `print` in cli


## v0.2.1

Changed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages


VERSION = '0.2.1'
VERSION = '0.3.0'
REQS = [
'lxml',
'requests',
Expand Down

0 comments on commit 36b4e9b

Please sign in to comment.