Skip to content

Commit cf9d37d

Browse files
committed
release: v0.4.7
1 parent 04cad8f commit cf9d37d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

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

5+
## [0.4.7] - 2025-07-28
6+
7+
- chore: enable mypy on tests and configure fmt commands (#90) (Soyoung Kim)
8+
- fix: Correct keys in findByIk error response (Jason Little)
9+
510
## [0.4.6] - 2025-07-03
611

712
- chore: Allow reactions only containing a single grapheme cluster (Jason Little)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
# TODO: Remove this dependency when we can
3333
"Twisted==24.7.0"
3434
]
35-
version = "0.4.6"
35+
version = "0.4.7"
3636

3737
[project.urls]
3838
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
@@ -201,7 +201,7 @@ def __init__(
201201

202202

203203
class InviteChecker:
204-
__version__ = "0.4.6"
204+
__version__ = "0.4.7"
205205

206206
def __init__(self, config: InviteCheckerConfig, api: ModuleApi):
207207
self.api = api

0 commit comments

Comments
 (0)