Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Linusp committed Apr 27, 2024
1 parent 9976141 commit 7c86e5d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## v0.7.0

Removed

- Removed `InoreaderClient.get_stream_contents`.

Changed

- Add param `n` to `InoreaderClient.fetch_articles` to reduce the number of API calls, thanks to [tosborne-slalom ](https://github.com/tosborne-slalom)
- Supported `--batch-size` option in commands `fetch-articles`/`fetch-unread`/`fetch-starred`

## v0.6.0

Publish to pypi!
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "python-inoreader"
version = "0.6.0"
version = "0.7.0"
description = "Python wrapper of Inoreader API"
authors = [
{name = "Linusp", email = "[email protected]"},
Expand Down

0 comments on commit 7c86e5d

Please sign in to comment.