1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-05-02 23:39:51 +08:00

bump: version 0.5.0 → 0.5.1

This commit is contained in:
涵曦
2026-04-09 09:19:40 +08:00
parent 7512169a2c
commit bdc8f2d47b
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
## v0.5.1 (2026-04-09)
### Feat
- 新增MusicFree插件 (#809)
### Fix
- **security**: arbitrary code execution via `eval` in plugin exec (#819)
- **security**: path traversal bypass in `safe_join_path` prefix c (#820)
- 修补url的base64编码 (#815)
## v0.5.0 (2026-03-25)
### Feat

View File

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

View File

@@ -1 +1 @@
__version__ = "0.5.0"
__version__ = "0.5.1"