bump: version 0.3.8 → 0.3.9

This commit is contained in:
涵曦 2024-07-17 10:59:13 +00:00
parent 1718211619
commit 82aa453e50
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,15 @@
## v0.3.9 (2024-07-17)
### Feat
- #119 音乐目录支持软连接
### Fix
- 修复日志下载报错问题
- 兼容旧的setting.json文件中conf_path为空的情况
- 修复设置页面可能打不开的问题
## v0.3.8 (2024-07-16)
### Fix

View File

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

View File

@ -1 +1 @@
__version__ = "0.3.8"
__version__ = "0.3.9"