From 10a24c99e46196668ea079cd443a057da7a6e950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Thu, 11 Sep 2025 07:38:08 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.86=20=E2=86=92=200.3.87?= 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 a77b405..6157516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.3.87 (2025-09-11) + +### Feat + +- 新增 websocket 接口获取当前播放状态 + +### Fix + +- 修复本地播放失败问题 + ## v0.3.86 (2025-09-08) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 8c69395..e39993d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.3.86" +version = "0.3.87" 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 1452eb1..afdfd37 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.86" +__version__ = "0.3.87"