From 7c86e5d97f77b71e96d29ad355400619f9093e17 Mon Sep 17 00:00:00 2001 From: Linusp Date: Sat, 27 Apr 2024 10:52:59 +0800 Subject: [PATCH] Release 0.7.0 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc525ab..a81e1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! diff --git a/pyproject.toml b/pyproject.toml index e68f120..6f0e8f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = "linusp1024@gmail.com"},