chore: rename RPC methods to snake_case and bump version to 1.23.0

Rename createChannel, inviteUser, leaveChannel, updateChannel to snake_case equivalents in src/snek/view/rpc.py; update pyproject.toml version from 1.22.0 to 1.23.0; add changelog entry for version 1.23.0
This commit is contained in:
2026-01-03 14:06:47 +00:00
parent 9ab215f977
commit 257271f184
3 changed files with 24 additions and 16 deletions
+8
View File
@@ -22,6 +22,14 @@
## Version 1.23.0 - 2026-01-03
update py files
**Changes:** 1 files, 30 lines
**Languages:** Python (30 lines)
## Version 1.22.0 - 2026-01-03