Skip to content

Commit 9ff554f

Browse files
committed
chore(release): 4.1.0
1 parent 2ae0fc4 commit 9ff554f

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.1.0] - 2024-11-28
11+
1012
### Added
1113

1214
- 从插件测试中提取环境信息
@@ -546,7 +548,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
546548

547549
- 最初的版本
548550

549-
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.11...HEAD
551+
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.0...HEAD
552+
[4.1.0]: https://github.com/nonebot/noneflow/compare/v4.0.11...v4.1.0
550553
[4.0.11]: https://github.com/nonebot/noneflow/compare/v4.0.10...v4.0.11
551554
[4.0.10]: https://github.com/nonebot/noneflow/compare/v4.0.9...v4.0.10
552555
[4.0.9]: https://github.com/nonebot/noneflow/compare/v4.0.8...v4.0.9

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.0.11"
3+
version = "4.1.0"
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.0.11"
106+
current_version = "4.1.0"
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)