We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1daf9f1 commit e29d7bfCopy full SHA for e29d7bf
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## [0.26.0] - 2025-05-24
4
5
The project code has migrated from GitLab to Codeberg: https://codeberg.org/socialhome/federation
6
docs/conf.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
from recommonmark.parser import CommonMarkParser
-__version__ = "0.25.1"
+__version__ = "0.26.0"
7
#
8
# Federation documentation build configuration file, created by
federation/__init__.py
@@ -7,7 +7,7 @@
if TYPE_CHECKING:
from federation.types import RequestType
9
10
11
12
PROTOCOLS = (
13
"activitypub",
0 commit comments