Skip to content

Commit e772c3a

Browse files
authored
chore(release): 4.2.2 [skip ci] (#334)
1 parent d718bff commit e772c3a

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.2.2] - 2024-12-20
11+
1012
### Fixed
1113

1214
- 重新调整数据显示顺序和文本
@@ -609,7 +611,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
609611

610612
- 最初的版本
611613

612-
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.1...HEAD
614+
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.2...HEAD
615+
[4.2.2]: https://github.com/nonebot/noneflow/compare/v4.2.1...v4.2.2
613616
[4.2.1]: https://github.com/nonebot/noneflow/compare/v4.2.0...v4.2.1
614617
[4.2.0]: https://github.com/nonebot/noneflow/compare/v4.1.4...v4.2.0
615618
[4.1.4]: https://github.com/nonebot/noneflow/compare/v4.1.3...v4.1.4

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.1"
3+
version = "4.2.2"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }]
66
readme = "README.md"
@@ -103,7 +103,7 @@ adapters = [{ name = "GitHub", module_name = "nonebot.adapters.github" }]
103103
plugin_dirs = ["src/plugins"]
104104

105105
[tool.bumpversion]
106-
current_version = "4.2.1"
106+
current_version = "4.2.2"
107107
commit = true
108108
message = "chore(release): {new_version}"
109109

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)