Skip to content

Commit 2f8e567

Browse files
authored
chore(release): 4.3.0 (#376)
* chore(release): 4.3.0 * docs: 补上更新日志
1 parent 32cf0ea commit 2f8e567

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77

88
## [Unreleased]
99

10+
## [4.3.0] - 2025-04-18
11+
12+
### Added
13+
14+
- 新增插件审核评论的主页入口卡片
15+
- 新增插件测试结果的卡片
16+
1017
## [4.2.7] - 2025-03-08
1118

1219
### Fixed
@@ -643,7 +650,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
643650

644651
- 最初的版本
645652

646-
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.7...HEAD
653+
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.3.0...HEAD
654+
[4.3.0]: https://github.com/nonebot/noneflow/compare/v4.2.7...v4.3.0
647655
[4.2.7]: https://github.com/nonebot/noneflow/compare/v4.2.6...v4.2.7
648656
[4.2.6]: https://github.com/nonebot/noneflow/compare/v4.2.5...v4.2.6
649657
[4.2.5]: https://github.com/nonebot/noneflow/compare/v4.2.4...v4.2.5

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "noneflow"
3-
version = "4.2.7"
3+
version = "4.3.0"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }]
66
readme = "README.md"
@@ -114,7 +114,7 @@ review=["review"]
114114
fix=["create","fix"]
115115

116116
[tool.bumpversion]
117-
current_version = "4.2.7"
117+
current_version = "4.3.0"
118118
commit = true
119119
message = "chore(release): {new_version}"
120120

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)