master
Jason Robinson 2024-01-06 01:32:31 +02:00
rodzic d2e0a56c98
commit e0592e17d0
2 zmienionych plików z 2 dodań i 4 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# Changelog
## [0.25] - Unreleased
## [0.25.0] - 2024-01-06
### Added
@ -41,8 +41,6 @@
* Handle gotosocial reply collections.
*
### Fixed
* Inbound AP share retractions (undo announce) were deserialized as a `base.Retraction` class, which would

Wyświetl plik

@ -7,7 +7,7 @@ from federation.exceptions import NoSuitableProtocolFoundError
if TYPE_CHECKING:
from federation.types import RequestType
__version__ = "0.24.1"
__version__ = "0.25.0"
PROTOCOLS = (
"activitypub",