Skip to content

Commit f20242d

Browse files
committed
chore(release): 0.4.1
1 parent b61964f commit f20242d

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.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

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.0"
3+
version = "0.4.1"
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.0"
111+
current_version = "0.4.1"
112112
commit = true
113113
message = "chore(release): {new_version}"
114114

0 commit comments

Comments
 (0)