From 6ffb3a8583680b56751375f7a682ab7674e39a09 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Mon, 19 Aug 2024 13:20:29 +0800 Subject: [PATCH] chore(release): 0.4.2 --- CHANGELOG.md | 5 ++++- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d705d1..1a75dfb 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.4.2] - 2024-08-19 + ### Fixed - 修复并发下的报错 @@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 可以使用的版本。 -[unreleased]: https://github.com/he0119/nonebot-plugin-user/compare/v0.4.1...HEAD +[unreleased]: https://github.com/he0119/nonebot-plugin-user/compare/v0.4.2...HEAD +[0.4.2]: https://github.com/he0119/nonebot-plugin-user/compare/v0.4.1...v0.4.2 [0.4.1]: https://github.com/he0119/nonebot-plugin-user/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/he0119/nonebot-plugin-user/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/he0119/nonebot-plugin-user/compare/v0.2.0...v0.3.0 diff --git a/pyproject.toml b/pyproject.toml index ff8c253..69b0222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-user" -version = "0.4.1" +version = "0.4.2" description = "适用于 Nonebot2 的用户插件" authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }] dependencies = [ @@ -108,7 +108,7 @@ addopts = ["--import-mode=importlib"] asyncio_mode = "auto" [tool.bumpversion] -current_version = "0.4.1" +current_version = "0.4.2" commit = true message = "chore(release): {new_version}"