Skip to content

Commit 9508788

Browse files
committed
Release 0.7.0
1 parent 9976141 commit 9508788

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v0.7.0
4+
5+
Removed
6+
7+
- Removed `InoreaderClient.get_stream_contents`.
8+
9+
Changed
10+
11+
- Add param `n` to `InoreaderClient.fetch_articles` to reduce the number of API calls, thanks to [tosborne-slalom](https://github.com/tosborne-slalom)
12+
- Supported `--batch-size` option in commands `fetch-articles`/`fetch-unread`/`fetch-starred`
13+
314
## v0.6.0
415

516
Publish to pypi!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-inoreader"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Python wrapper of Inoreader API"
55
authors = [
66
{name = "Linusp", email = "[email protected]"},

0 commit comments

Comments
 (0)