Skip to content

Commit

Permalink
Prep for 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
harrislapiroff committed Aug 13, 2024
1 parent 5cac233 commit d36e257
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
=======

0.3
---

* [Added] Expanded blocklist functionality to support blocking based on skipping a particular paragraph when checking or skipping an entire article using a `check_article` or `check_paragraph` function.
* [Removed] Old blocklist format using a `check` function. **This is a breaking change for any projects that are using this blocklist format.**
* [Performance] Improved HTTP session management when requesting feeds.
* [Other] Added linters (flake8, black, isort) and updated code to satisfy them.
* [Other] Switched to Poetry for dependency management.

0.2
---

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ multi_line_output = 3

[tool.poetry]
name = "trackthenews"
version = "0.2"
version = "0.3"
description = "Monitor RSS feeds for keywords and act on matching results. A special project of the Freedom of the Press Foundation."
authors = ["Freedom of the Press Foundation <[email protected]>"]
maintainers = [
Expand Down

0 comments on commit d36e257

Please sign in to comment.