From a8fefc6f82df2e07ad0e7e3577d1a164b3f36d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Thu, 1 Aug 2024 00:23:17 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.21=20=E2=86=92=200.3.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- xiaomusic/__init__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c834213..876175c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.3.22 (2024-08-01) + +### Feat + +- 网关模式支持配置,默认关闭 + +### Fix + +- 继续优化延迟问题 + ## v0.3.21 (2024-07-30) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 6e8c46e..3862268 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.3.21" +version = "0.3.22" 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 443462b..c3aa137 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.21" +__version__ = "0.3.22"