We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18664f0 commit 2121d59Copy full SHA for 2121d59
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# CHANGELOG
2
3
+
4
+## v0.4.0
5
6
+Added
7
8
+- New Class: `InoreaderConfigManager` for config management
9
10
+Changed
11
12
+- Use OAuth2.0 authentication instead of user authentication with password
13
+- Optimized code of `InoreaderClient`
14
+- Optimized results of commands
15
16
## v0.3.0
17
18
Added
setup.py
@@ -4,7 +4,7 @@
from setuptools import setup, find_packages
-VERSION = '0.3.0'
+VERSION = '0.4.0'
REQS = [
'lxml',
'requests',
0 commit comments