Skip to content

Commit

Permalink
bump: version 0.1.98 → 0.1.99
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jul 7, 2024
1 parent 2da12e1 commit 5092ffc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.1.99 (2024-07-07)

### Fix

- #81 修复播放列表没有继续播放上次播放的歌曲,并把随机播放,全部循环,单曲循环状态落地

## v0.1.98 (2024-07-07)

### Fix
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.1.98"
version = "0.1.99"
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},
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.1.98"
__version__ = "0.1.99"

0 comments on commit 5092ffc

Please sign in to comment.