1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-05-20 11:15:46 +08:00

bump: version 0.5.5 → 0.5.6

This commit is contained in:
涵曦
2026-05-19 11:45:43 +08:00
parent 423d6fed5f
commit a58e6d0d1e
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
## v0.5.6 (2026-05-19)
### Fix
- 优化认证登录重试机制,新增 token 过期模拟调试接口,解决设备无故掉线问题 (#875)
## v0.5.5 (2026-05-18)
### Feat

View File

@@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.5.5"
version = "0.5.6"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},

View File

@@ -1 +1 @@
__version__ = "0.5.5"
__version__ = "0.5.6"