Skip to content

Commit d847598

Browse files
authored
chore(release): 4.2.0 (#328)
1 parent 6450aa9 commit d847598

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.0] - 2024-12-18
11+
1012
### Added
1113

1214
- 插件测试中使用 uv 来控制 Python 版本并与本体共享依赖
@@ -597,7 +599,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
597599

598600
- 最初的版本
599601

600-
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.4...HEAD
602+
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.0...HEAD
603+
[4.2.0]: https://github.com/nonebot/noneflow/compare/v4.1.4...v4.2.0
601604
[4.1.4]: https://github.com/nonebot/noneflow/compare/v4.1.3...v4.1.4
602605
[4.1.3]: https://github.com/nonebot/noneflow/compare/v4.1.2...v4.1.3
603606
[4.1.2]: https://github.com/nonebot/noneflow/compare/v4.1.1...v4.1.2

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

104104
[tool.bumpversion]
105-
current_version = "4.1.4"
105+
current_version = "4.2.0"
106106
commit = true
107107
message = "chore(release): {new_version}"
108108

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)