Prepare for release of v0.4.3

This commit is contained in:
Justin Warren 2023-02-12 16:30:48 +11:00
parent 7e2a4f4ffe
commit e1511acde0
No known key found for this signature in database
2 changed files with 19 additions and 1 deletions

View File

@ -6,6 +6,24 @@ This project uses [Semantic Versioning] and generally follows the conventions of
## [Unreleased] ## [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 - Planning to add allowlist thresholds as noted in #28
## [v0.4.2] - 2023-01-19 ## [v0.4.2] - 2023-01-19

View File

@ -1,6 +1,6 @@
[project] [project]
name = "fediblockhole" name = "fediblockhole"
version = "0.4.2" version = "0.4.3"
description = "Federated blocklist management for Mastodon" description = "Federated blocklist management for Mastodon"
readme = "README.md" readme = "README.md"
license = {file = "LICENSE"} license = {file = "LICENSE"}