Skip to content

Commit

Permalink
bump: version 0.3.10 → 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jul 22, 2024
1 parent 08ab75b commit 48d663a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v0.3.11 (2024-07-22)

### Feat

- Add remove mp3 id3 tag function

### Fix

- #130 单曲循环的模式下,播放列表的指令不生效

### Refactor

- 优化代码

## v0.3.10 (2024-07-19)

### 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.10"
version = "0.3.11"
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.10"
__version__ = "0.3.11"

0 comments on commit 48d663a

Please sign in to comment.