Merge pull request #54 from eigenmagic/release-0.4.4
Admin stuff for releasing v0.4.4
This commit is contained in:
commit
4c00cce143
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -6,6 +6,19 @@ This project uses [Semantic Versioning] and generally follows the conventions of
|
||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [v0.4.3] - 2023-02-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "fediblockhole"
|
name = "fediblockhole"
|
||||||
version = "0.4.3"
|
version = "0.4.4"
|
||||||
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