From e1511acde00654fa7455761c348d57dff4ef63f8 Mon Sep 17 00:00:00 2001 From: Justin Warren Date: Sun, 12 Feb 2023 16:30:48 +1100 Subject: [PATCH] Prepare for release of v0.4.3 --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac7b51..211b866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,24 @@ This project uses [Semantic Versioning] and generally follows the conventions of ## [Unreleased] +## [v0.4.3] - 2023-02-12 + +### Added + +- Blockdata var already converted to _asdict() (8d3b9da) +- Added Mastodon public API parser type because #33 (9fe9342) +- Added ability to set scheme when talking to instances (9fe9342) +- Added tests of comment merging. (fb3a7ec) + +### Changed + +- Don't merge comments if new comment is empty. (b8aa11e) +- Tweaked comment merging to pass tests. (fb3a7ec) + +## [v0.4.1] - 2023-01-15 + +Allowlist support. + - Planning to add allowlist thresholds as noted in #28 ## [v0.4.2] - 2023-01-19 diff --git a/pyproject.toml b/pyproject.toml index 4fddc2b..ec1669d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fediblockhole" -version = "0.4.2" +version = "0.4.3" description = "Federated blocklist management for Mastodon" readme = "README.md" license = {file = "LICENSE"}