Skip to content

Commit da8b07e

Browse files
committed
chore(release): 0.4.3
1 parent b696df9 commit da8b07e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nonebot-plugin-user"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "适用于 Nonebot2 的用户插件"
55
authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }]
66
dependencies = [
@@ -108,7 +108,7 @@ addopts = ["--import-mode=importlib"]
108108
asyncio_mode = "auto"
109109

110110
[tool.bumpversion]
111-
current_version = "0.4.2"
111+
current_version = "0.4.3"
112112
commit = true
113113
message = "chore(release): {new_version}"
114114

0 commit comments

Comments
 (0)