From ec6018eabf9b1f0f9714315bf7dcc1e30027eb43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Fri, 8 Nov 2024 23:22:21 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.45=20=E2=86=92=200.3.46?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- xiaomusic/__init__.py | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a939c94..2163ebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v0.3.46 (2024-11-08) + +### Feat + +- 升级依赖库 + +### Fix + +- 添加依赖库 requests + +### Refactor + +- 依赖库已经支持分段获取静态文件,重构代码 + ## v0.3.45 (2024-11-08) ### Feat diff --git a/pyproject.toml b/pyproject.toml index c7345c0..a29d8b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.3.45" +version = "0.3.46" 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 265f579..cb54645 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.3.45" +__version__ = "0.3.46"