From f4a50722d9d74f52fc6b3c98b2d4a624f01dab5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Thu, 19 Mar 2026 22:29:59 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.4.24=20=E2=86=92=200.4.25?= 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 5d9e04b..6614db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.4.25 (2026-03-19) + +### Fix + +- proxy url too long for xiaomi speaker (#786) +- 无法上传音乐 close #783 + ## v0.4.24 (2026-03-13) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 64a5ef1..998a555 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.4.24" +version = "0.4.25" 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 9e6207d..1cc3baa 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.4.24" +__version__ = "0.4.25"