Skip to content

Commit 23c56ac

Browse files
committed
chore(release): v0.3.0
1 parent 6851798 commit 23c56ac

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 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.3.0] - 2024-06-28
11+
1012
### Added
1113

1214
- 添加 py.typed 文件
@@ -83,7 +85,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
8385

8486
- 可以使用的版本。
8587

86-
[unreleased]: https://github.com/he0119/nonebot-plugin-user/compare/v0.1.2...HEAD
88+
[unreleased]: https://github.com/he0119/nonebot-plugin-user/compare/v0.3.0...HEAD
89+
[0.3.0]: https://github.com/he0119/nonebot-plugin-user/compare/v0.2.0...v0.3.0
90+
[0.2.0]: https://github.com/he0119/nonebot-plugin-user/compare/v0.1.2...v0.2.0
8791
[0.1.2]: https://github.com/he0119/nonebot-plugin-user/compare/v0.1.1...v0.1.2
8892
[0.1.1]: https://github.com/he0119/nonebot-plugin-user/compare/v0.1.0...v0.1.1
8993
[0.1.0]: https://github.com/he0119/nonebot-plugin-user/compare/v0.0.5...v0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nonebot-plugin-user"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "适用于 Nonebot2 的用户插件"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)