Skip to content

Commit 1393929

Browse files
committed
bump version to 0.2.1
1 parent 52b2f4d commit 1393929

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v0.2.1
4+
5+
Changed
6+
7+
- Supported new output formats in command `fetch-unread`: `markdown` and `org-mode`
8+
- Changed command `filter`, see `example/rules.example.yaml` for details
9+
310
## v0.2.0
411

512
Added

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.0'
7+
VERSION = '0.2.1'
88
REQS = [
99
'lxml',
1010
'requests',

0 commit comments

Comments
 (0)