chore(release): 0.6.0 #14

Merged
pufereq merged 33 commits from release/0.6.0 into main 2026-03-05 19:59:05 +00:00
9 changed files with 246 additions and 89 deletions
Showing only changes of commit e308a07dab - Show all commits

View File

@@ -53,6 +53,7 @@ class BackendServer:
self.message_handlers: dict[
tuple[Category, ActionType], Callable[[Client, Message], None]
] = {}
self._initialize_handlers()
self.running: bool = False