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.3] - 2024-08-29
11+
1012### Fixed
1113
1214- 修复 postgresql 下关系名过长的问题
@@ -112,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
112114
113115- 可以使用的版本。
114116
115- [ unreleased ] : https://github.com/he0119/nonebot-plugin-user/compare/v0.4.2...HEAD
117+ [ unreleased ] : https://github.com/he0119/nonebot-plugin-user/compare/v0.4.3...HEAD
118+ [ 0.4.3 ] : https://github.com/he0119/nonebot-plugin-user/compare/v0.4.2...v0.4.3
116119[ 0.4.2 ] : https://github.com/he0119/nonebot-plugin-user/compare/v0.4.1...v0.4.2
117120[ 0.4.1 ] : https://github.com/he0119/nonebot-plugin-user/compare/v0.4.0...v0.4.1
118121[ 0.4.0 ] : https://github.com/he0119/nonebot-plugin-user/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change 11[project ]
22name = " nonebot-plugin-user"
3- version = " 0.4.2 "
3+ version = " 0.4.3 "
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.2 "
111+ current_version = " 0.4.3 "
112112commit = true
113113message = " chore(release): {new_version}"
114114
You can’t perform that action at this time.
0 commit comments