File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77
88## [ Unreleased]
99
10+ ## [ 0.4.1] - 2024-08-15
11+
1012### Added
1113
1214- 添加命令的帮助信息
@@ -100,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
100102
101103- 可以使用的版本。
102104
103- [ unreleased ] : https://github.com/he0119/nonebot-plugin-user/compare/v0.4.0...HEAD
105+ [ unreleased ] : https://github.com/he0119/nonebot-plugin-user/compare/v0.4.1...HEAD
106+ [ 0.4.1 ] : https://github.com/he0119/nonebot-plugin-user/compare/v0.4.0...v0.4.1
104107[ 0.4.0 ] : https://github.com/he0119/nonebot-plugin-user/compare/v0.3.0...v0.4.0
105108[ 0.3.0 ] : https://github.com/he0119/nonebot-plugin-user/compare/v0.2.0...v0.3.0
106109[ 0.2.0 ] : https://github.com/he0119/nonebot-plugin-user/compare/v0.1.2...v0.2.0
Original file line number Diff line number Diff line change 11[project ]
22name = " nonebot-plugin-user"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44description = " 适用于 Nonebot2 的用户插件"
55authors = [{ name = " uy_sun" , email = " hmy0119@gmail.com" }]
66dependencies = [
@@ -108,7 +108,7 @@ addopts = ["--import-mode=importlib"]
108108asyncio_mode = " auto"
109109
110110[tool .bumpversion ]
111- current_version = " 0.4.0 "
111+ current_version = " 0.4.1 "
112112commit = true
113113message = " chore(release): {new_version}"
114114
You can’t perform that action at this time.
0 commit comments