bump: version 0.3.26 → 0.3.27

This commit is contained in:
涵曦 2024-09-02 00:37:48 +00:00
parent 44177db9b6
commit 3c232505f8
3 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
## v0.3.27 (2024-09-02)
### Feat
- Add feature as requested in issue #143
### Fix
- 默认下载目录修改
### Refactor
- 处理 code review 问题'
## v0.3.26 (2024-08-17) ## v0.3.26 (2024-08-17)
### Feat ### Feat

View File

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

View File

@ -1 +1 @@
__version__ = "0.3.26" __version__ = "0.3.27"