Version bump for regression fix release.

This commit is contained in:
Justin Warren 2023-01-19 06:49:31 +11:00
parent 409691089f
commit fb3bcb9950
No known key found for this signature in database
2 changed files with 18 additions and 12 deletions

View File

@ -6,9 +6,15 @@ This project uses [Semantic Versioning] and generally follows the conventions of
## [Unreleased]
Important planned changes not yet bundled up will be listed here.
- Planning to add allowlist thresholds as noted in #28
## [0.4.1] - 2023-01-15
## [v0.4.2] - 2023-01-19
### Fixed
- Blockdata var already converted to _asdict() (8d3b9da)
## [v0.4.1] - 2023-01-15
Allowlist support.
@ -44,7 +50,7 @@ Allowlist support.
- Fixed bug in _asdict() of severity level. (9817c99)
- Fix DomainBlock.id usage during __iter__() (a718af5)
## [0.4.0] - 2023-01-13
## [v0.4.0] - 2023-01-13
Substantial changes to better support multiple blocklist formats
@ -80,9 +86,8 @@ Substantial changes to better support multiple blocklist formats
- Fixed bug in severity change detection. (e0d40b5)
- Fix DomainBlock.id usage during __iter__() (a718af5)
-
## [0.3.0] - 2023-01-11
## [v0.3.0] - 2023-01-11
### Added
@ -94,7 +99,7 @@ Substantial changes to better support multiple blocklist formats
- Changed min Python version to v3.10. (f37ab70)
## [0.2.1] - 2023-01-10
## [v0.2.1] - 2023-01-10
### Added
@ -121,8 +126,9 @@ Substantial changes to better support multiple blocklist formats
[semantic versioning]: https://semver.org/spec/v2.0.0.html
<!-- Versions -->
[unreleased]: https://github.com/eigenmagic/fediblockhole/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/eigenmagic/fediblockhole/releases/tag/v0.4.1
[0.4.0]: https://github.com/eigenmagic/fediblockhole/releases/tag/v0.4.0
[0.3.0]: https://github.com/eigenmagic/fediblockhole/releases/tag/v0.3.0
[0.2.1]: https://github.com/eigenmagic/fediblockhole/releases/tag/v0.2.1
[unreleased]: https://github.com/eigenmagic/fediblockhole/compare/v0.4.2...HEAD
[v0.4.2]: https://github.com/eigenmagic/fediblockhole/releases/tag/v0.4.2
[v0.4.1]: https://github.com/eigenmagic/fediblockhole/releases/tag/v0.4.1
[v0.4.0]: https://github.com/eigenmagic/fediblockhole/releases/tag/v0.4.0
[v0.3.0]: https://github.com/eigenmagic/fediblockhole/releases/tag/v0.3.0
[v0.2.1]: https://github.com/eigenmagic/fediblockhole/releases/tag/v0.2.1

View File

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