Skip to content

Commit bb79dde

Browse files
committed
chore(release): 4.1.1
1 parent 14b50f2 commit bb79dde

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

1214
- 插件插件测试结果显示版本号和发布时间
@@ -557,7 +559,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
557559

558560
- 最初的版本
559561

560-
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.0...HEAD
562+
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.1...HEAD
563+
[4.1.1]: https://github.com/nonebot/noneflow/compare/v4.1.0...v4.1.1
561564
[4.1.0]: https://github.com/nonebot/noneflow/compare/v4.0.11...v4.1.0
562565
[4.0.11]: https://github.com/nonebot/noneflow/compare/v4.0.10...v4.0.11
563566
[4.0.10]: https://github.com/nonebot/noneflow/compare/v4.0.9...v4.0.10

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.0"
3+
version = "4.1.1"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = [{ name = "uy_sun", email = "[email protected]" }]
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.1.0"
106+
current_version = "4.1.1"
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)