Skip to content

Commit

Permalink
bump: version 0.3.9 → 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jul 19, 2024
1 parent d4bc1c4 commit 417a5c9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.3.10 (2024-07-19)

### Feat

- 支持软连接的接口直接用os.walk即可

### Fix

- 修复软连接目录不能播放的问题
- 修复自定义语音口令设置不生效的问题

## v0.3.9 (2024-07-17)

### 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.9"
version = "0.3.10"
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.9"
__version__ = "0.3.10"

0 comments on commit 417a5c9

Please sign in to comment.