Skip to content

Commit

Permalink
bump: version 0.3.30 → 0.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Sep 10, 2024
1 parent 3f0a1cb commit 5619584
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.3.31 (2024-09-10)

### Feat

- 新增播放上一首歌曲功能 #90
- 新增所有歌曲列表
- 触屏版显示歌曲名称 (#156)

### Fix

- 修复插件示例报错 #105
- 修复当前播放歌曲没保存的问题 #90

## v0.3.30 (2024-09-07)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "xiaomusic"
version = "0.3.30"
version = "0.3.31"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion xiaomusic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.30"
__version__ = "0.3.31"

0 comments on commit 5619584

Please sign in to comment.