Skip to content

Commit a2e99e5

Browse files
committed
bump: version 0.4.21 → 0.4.22
1 parent 528a425 commit a2e99e5

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v0.4.22 (2026-01-26)
2+
3+
### Feat
4+
5+
- 新增 HMusic 客户端
6+
7+
### Fix
8+
9+
- 修复播放歌曲口令问题 close #731
10+
- 修复nodejs进程无限重启的问题 see #728
11+
112
## v0.4.21 (2026-01-24)
213

314
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "xiaomusic"
3-
version = "0.4.21"
3+
version = "0.4.22"
44
description = "Play Music with xiaomi AI speaker"
55
authors = [
66
{name = "涵曦", email = "im.hanxi@gmail.com"},

xiaomusic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.21"
1+
__version__ = "0.4.22"

0 commit comments

Comments
 (0)