Skip to content

Commit

Permalink
chore(release): 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Aug 29, 2024
1 parent b696df9 commit da8b07e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 下关系名过长的问题
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-user"
version = "0.4.2"
version = "0.4.3"
description = "适用于 Nonebot2 的用户插件"
authors = [{ name = "uy_sun", email = "[email protected]" }]
dependencies = [
Expand Down Expand Up @@ -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}"

Expand Down

0 comments on commit da8b07e

Please sign in to comment.