diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f0b58..61f4825 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.3] - 2024-08-29 + ### Fixed - 修复 postgresql 下关系名过长的问题 @@ -112,7 +114,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.2...HEAD +[unreleased]: https://github.com/he0119/nonebot-plugin-user/compare/v0.4.3...HEAD +[0.4.3]: https://github.com/he0119/nonebot-plugin-user/compare/v0.4.2...v0.4.3 [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 diff --git a/pyproject.toml b/pyproject.toml index 69b0222..197a194 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-user" -version = "0.4.2" +version = "0.4.3" 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.2" +current_version = "0.4.3" commit = true message = "chore(release): {new_version}"