From 366a0c40362c096808efc8c031dabb52231613e5 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Sat, 17 Aug 2024 22:13:07 +0800 Subject: [PATCH] chore(release): 0.19.1 [skip ci] --- CHANGELOG.md | 5 ++++- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3261fa02..0108f055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [0.19.1] - 2024-08-17 + ### Added - 优化 NoneBot 的性能 @@ -551,7 +553,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 正常工作的版本。 -[unreleased]: https://github.com/he0119/CoolQBot/compare/v0.19.0...HEAD +[unreleased]: https://github.com/he0119/CoolQBot/compare/v0.19.1...HEAD +[0.19.1]: https://github.com/he0119/CoolQBot/compare/v0.19.0...v0.19.1 [0.19.0]: https://github.com/he0119/CoolQBot/compare/v0.18.1...v0.19.0 [0.18.1]: https://github.com/he0119/CoolQBot/compare/v0.18.0...v0.18.1 [0.18.0]: https://github.com/he0119/CoolQBot/compare/v0.17.5...v0.18.0 diff --git a/pyproject.toml b/pyproject.toml index d6f3bc52..b6bf24ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "coolqbot" -version = "0.19.0" +version = "0.19.1" description = "基于 NoneBot2 的聊天机器人" authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }] dependencies = [ @@ -111,7 +111,7 @@ addopts = ["--import-mode=importlib"] asyncio_mode = "auto" [tool.bumpversion] -current_version = "0.19.0" +current_version = "0.19.1" commit = true message = "chore(release): {new_version} [skip ci]"