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

bump: version 0.1.100 → 0.1.101

This commit is contained in:
涵曦
2024-07-07 08:47:33 +00:00
parent 350d82184f
commit 0ddbe58fbd
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## v0.1.101 (2024-07-07)
### Fix
- #81 修复播放列表时,当前歌曲不在列表没有更换歌曲的问题
- #110 修复配置加载问题
## v0.1.100 (2024-07-07)
### Fix

View File

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

View File

@@ -1 +1 @@
__version__ = "0.1.100"
__version__ = "0.1.101"