Skip to content

Commit 36b4e9b

Browse files
committed
bump version
1 parent 9ad1a05 commit 36b4e9b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# CHANGELOG
22

3+
## v0.3.0
4+
5+
Added
6+
7+
- New Class: `Subscription` in `inoreader.subscription`
8+
- New methods:
9+
- `InoreaderClient.get_subscription_list`
10+
- `InoreaderClient.get_stream_contents`
11+
12+
- New commands: `get-subscriptions`, `fetch-articles`, `dedupe`
13+
14+
15+
Changed
16+
17+
- Supported new output formats in command `fetch-unread`: `markdown` and `org-mode`
18+
- Changed command `filter`, see `example/rules.example.yaml` for details
19+
- Use `logging` instead of `print` in cli
20+
21+
322
## v0.2.1
423

524
Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66

7-
VERSION = '0.2.1'
7+
VERSION = '0.3.0'
88
REQS = [
99
'lxml',
1010
'requests',

0 commit comments

Comments
 (0)