From 1b691c722f3218d0fd6ee44b46870e39d3d7e1c2 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Fri, 16 Aug 2024 10:02:15 +0800 Subject: [PATCH] chore(release): 0.19.0 [skip ci] --- CHANGELOG.md | 5 ++++- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f68f31c..66bbf3a3 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.0] - 2024-08-16 + ### Added - 使用 alc 改造插件 @@ -545,7 +547,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 正常工作的版本。 -[unreleased]: https://github.com/he0119/CoolQBot/compare/v0.18.1...HEAD +[unreleased]: https://github.com/he0119/CoolQBot/compare/v0.19.0...HEAD +[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 [0.17.5]: https://github.com/he0119/CoolQBot/compare/v0.17.4...v0.17.5 diff --git a/pyproject.toml b/pyproject.toml index 5cef8451..443b4765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "coolqbot" -version = "0.18.1" +version = "0.19.0" 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.18.1" +current_version = "0.19.0" commit = true message = "chore(release): {new_version} [skip ci]"