From 5aff72dbb655b38f432880f33ed207565b1615c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sun, 7 Jul 2024 05:48:40 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.97=20=E2=86=92=200.1.98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- xiaomusic/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0568690..d0d2533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.1.98 (2024-07-07) + +### Fix + +- 修复多设备获取不到对话记录的问题 see #65 +- #93 修复目录深度设置后导致目录下的歌曲无法加到播放列表里的问题 + ## v0.1.97 (2024-07-06) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c807c47..a5d671a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.1.97" +version = "0.1.98" description = "Play Music with xiaomi AI speaker" authors = [ {name = "涵曦", email = "im.hanxi@gmail.com"}, diff --git a/xiaomusic/__init__.py b/xiaomusic/__init__.py index f09c7d4..7238999 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.1.97" +__version__ = "0.1.98"