From 340851f1c04dbfbeb38523fe58cca0aa69f62fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sun, 2 Nov 2025 21:07:01 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.98=20=E2=86=92=200.3.99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- xiaomusic/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a125a8e..997f037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.3.99 (2025-11-02) + +### Feat + +- 新增 SoundScape 主题 +- add path aliases and base URL configuration in Vite(SoundSpace) (#569) +- SoundSpace Theme (#568) + ## v0.3.98 (2025-11-02) ## v0.3.97 (2025-11-01) diff --git a/pyproject.toml b/pyproject.toml index 34d1e79..60be22b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.3.98" +version = "0.3.99" 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 9e844e2..0f7f9af 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.98" +__version__ = "0.3.99"