Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

## [Unreleased]

## [4.3.0] - 2025-04-18

### Added

- 新增插件审核评论的主页入口卡片
- 新增插件测试结果的卡片

## [4.2.7] - 2025-03-08

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

- 最初的版本

[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.7...HEAD
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.3.0...HEAD
[4.3.0]: https://github.com/nonebot/noneflow/compare/v4.2.7...v4.3.0
[4.2.7]: https://github.com/nonebot/noneflow/compare/v4.2.6...v4.2.7
[4.2.6]: https://github.com/nonebot/noneflow/compare/v4.2.5...v4.2.6
[4.2.5]: https://github.com/nonebot/noneflow/compare/v4.2.4...v4.2.5
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 = "noneflow"
version = "4.2.7"
version = "4.3.0"
description = "Manage publish related issues in nonebot2 project"
authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }]
readme = "README.md"
Expand Down Expand Up @@ -114,7 +114,7 @@ review=["review"]
fix=["create","fix"]

[tool.bumpversion]
current_version = "4.2.7"
current_version = "4.3.0"
commit = true
message = "chore(release): {new_version}"

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading