From ae45a74d8fe04c8ae8592f0d2dfbf0a2f861c3a5 Mon Sep 17 00:00:00 2001 From: Justin Warren Date: Sun, 9 Jul 2023 07:55:43 +1000 Subject: [PATCH 1/2] Version bump to 0.4.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2736623..b863119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fediblockhole" -version = "0.4.3" +version = "0.4.4" description = "Federated blocklist management for Mastodon" readme = "README.md" license = {file = "LICENSE"} From c2ba012d5bf2208bca9db419b0efe29d18a51348 Mon Sep 17 00:00:00 2001 From: Justin Warren Date: Sun, 9 Jul 2023 08:16:53 +1000 Subject: [PATCH 2/2] Change log updated for v0.4.4 release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4841a9..215e6ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ This project uses [Semantic Versioning] and generally follows the conventions of ## [Unreleased] +## [v0.4.4] - 2023-07-09 + +### Added + +- Added citation for creators of #Fediblock (a64875b) +- Added parser for Mastodon 4.1 blocklist CSV format (9f95f14) +- Added container support (76d5b61) + +### Fixed + +- Use __future__.annotations so type hints work with Python < 2.9 (8265639) +- test util no longer tries to load default config file if conf tomldata is empty. (2da57b2) + ## [v0.4.3] - 2023-02-13 ### Added