Skip to content

Commit b970674

Browse files
committed
bump: version 0.4.20 → 0.4.21
1 parent be7d8bd commit b970674

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.4.21 (2026-01-24)
2+
3+
### Feat
4+
5+
- 优化首页
6+
7+
### Fix
8+
9+
- 修复定时任务播放临时歌单报错问题
10+
111
## v0.4.20 (2026-01-23)
212

313
### 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.20"
3+
version = "0.4.21"
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.20"
1+
__version__ = "0.4.21"

0 commit comments

Comments
 (0)