Skip to content

Commit 8d287a7

Browse files
committed
chore(release): 4.0.11
1 parent 41f5ed5 commit 8d287a7

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.0.11] - 2024-11-23
11+
1012
### Fixed
1113

1214
- 修复发布后 registry_update 中版本号为默认值的问题
@@ -532,7 +534,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
532534

533535
- 最初的版本
534536

535-
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.10...HEAD
537+
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.11...HEAD
538+
[4.0.11]: https://github.com/nonebot/noneflow/compare/v4.0.10...v4.0.11
536539
[4.0.10]: https://github.com/nonebot/noneflow/compare/v4.0.9...v4.0.10
537540
[4.0.9]: https://github.com/nonebot/noneflow/compare/v4.0.8...v4.0.9
538541
[4.0.8]: https://github.com/nonebot/noneflow/compare/v4.0.7...v4.0.8

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

102102
[tool.bumpversion]
103-
current_version = "4.0.10"
103+
current_version = "4.0.11"
104104
commit = true
105105
message = "chore(release): {new_version}"
106106

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)