From 37f73dc31fbb5917548c258e3fd1eb1def5a73ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Wed, 24 Jul 2024 13:34:37 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.11=20=E2=86=92=200.3.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- xiaomusic/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5edf7cc..4fc4862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.12 (2024-07-24) + +### Feat + +- 优化获取文件播放时长接口,尝试解决播放延迟和操作面板卡顿的问题 + ## v0.3.11 (2024-07-22) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 52de8f2..5cb9df3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.3.11" +version = "0.3.12" 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 91c67cc..df0ed33 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.11" +__version__ = "0.3.12"