Skip to content

Commit 56abe81

Browse files
authored
chore(release): 4.4.4 (#428)
1 parent c2e11ff commit 56abe81

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
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+
## [4.4.4] - 2025-08-10
11+
1012
### Added
1113

1214
- 插件测试支持按测试时间倒序排列进行测试
@@ -690,7 +692,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
690692

691693
- 最初的版本
692694

693-
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.4.3...HEAD
695+
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.4.4...HEAD
696+
[4.4.4]: https://github.com/nonebot/noneflow/compare/v4.4.3...v4.4.4
694697
[4.4.3]: https://github.com/nonebot/noneflow/compare/v4.4.2...v4.4.3
695698
[4.4.2]: https://github.com/nonebot/noneflow/compare/v4.4.1...v4.4.2
696699
[4.4.1]: https://github.com/nonebot/noneflow/compare/v4.4.0...v4.4.1

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.4.3"
3+
version = "4.4.4"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = [{ name = "uy_sun", email = "[email protected]" }]
66
readme = "README.md"
@@ -114,7 +114,7 @@ review=["review"]
114114
fix=["create","fix"]
115115

116116
[tool.bumpversion]
117-
current_version = "4.4.3"
117+
current_version = "4.4.4"
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)