From 7da80594e313e2ca6b415ae2251d75ab8c2a9fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sat, 6 Jul 2024 15:46:36 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.95=20=E2=86=92=200.1.96?= 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 e403dc8..930143c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v0.1.96 (2024-07-06) + +### Feat + +- 使用commitizen管理版本号 +- 页面版本号链接到CHANGELOG页面 +- 规范版本管理 + ## v0.1.95 (2024-07-06) ## v0.1.94 (2024-07-06) diff --git a/pyproject.toml b/pyproject.toml index 75970db..8f38688 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xiaomusic" -version = "0.1.95" +version = "0.1.96" 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 a7059c5..8569c09 100644 --- a/xiaomusic/__init__.py +++ b/xiaomusic/__init__.py @@ -1 +1 @@ -__version__ = "0.1.95" +__version__ = "0.1.96"