Skip to content

Commit 7c7c0d5

Browse files
committed
release: v0.4.8
1 parent 44cd059 commit 7c7c0d5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.4.8] - 2025-08-18
6+
7+
- chore: remove pinned version of Twisted (Jason Little)
8+
- chore: Fix RoomID usage to not optimize local versus remote comparison from the 'domain' property (Jason Little)
9+
- chore: Remove Workflows team from CODEOWNERS (Vlad Zagvozdkin)
10+
511
## [0.4.7] - 2025-07-28
612

713
- chore: enable mypy on tests and configure fmt commands (#90) (Soyoung Kim)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
# For the emoji reaction restrictions
3030
"emoji",
3131
]
32-
version = "0.4.7"
32+
version = "0.4.8"
3333

3434
[project.urls]
3535
Documentation = "https://github.com/famedly/synapse-invite-checker#synapse-invite-checker"

synapse_invite_checker/invite_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def __init__(
199199

200200

201201
class InviteChecker:
202-
__version__ = "0.4.7"
202+
__version__ = "0.4.8"
203203

204204
def __init__(self, config: InviteCheckerConfig, api: ModuleApi):
205205
self.api = api

0 commit comments

Comments
 (0)