From 5ce49d7cbefa972b8b512e870d7379bcb83e11d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sat, 11 Jan 2025 14:18:31 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.71=20=E2=86=92=200.3.72?= 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 3f54c1d25c..338a5d2ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.3.72 (2025-01-11) + +### Feat + +- 新增播放文字功能 + +### Fix + +- 修复默认主题没有单曲循环的问题 see #355 + ## v0.3.71 (2025-01-07) ### Feat diff --git a/pyproject.toml b/pyproject.toml index dbc6f5e5ae..82fc066b83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.3.71" +version = "0.3.72" 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 e24aae3657..ae7fbceefd 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.71" +__version__ = "0.3.72"