Prepare for release of v0.4.3
This commit is contained in:
parent
7e2a4f4ffe
commit
e1511acde0
18
CHANGELOG.md
18
CHANGELOG.md
|
@ -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
|
||||||
|
|
|
@ -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"}
|
||||||
|
|
Loading…
Reference in New Issue