Skip to content

Commit

Permalink
chore(release): 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Nov 20, 2024
1 parent 16e1192 commit 53c3e63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

## [Unreleased]

## [4.0.7] - 2024-11-20

### Fixed

- 修复插件测试获取到的插件元数据主页为空时报错的问题
Expand Down Expand Up @@ -507,7 +509,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

- 最初的版本

[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.6...HEAD
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.0.7...HEAD
[4.0.7]: https://github.com/nonebot/noneflow/compare/v4.0.6...v4.0.7
[4.0.6]: https://github.com/nonebot/noneflow/compare/v4.0.5...v4.0.6
[4.0.5]: https://github.com/nonebot/noneflow/compare/v4.0.4...v4.0.5
[4.0.4]: https://github.com/nonebot/noneflow/compare/v4.0.3...v4.0.4
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "noneflow"
version = "4.0.6"
version = "4.0.7"
description = "Manage publish related issues in nonebot2 project"
authors = [{ name = "uy_sun", email = "[email protected]" }]
readme = "README.md"
Expand Down Expand Up @@ -100,7 +100,7 @@ adapters = [{ name = "GitHub", module_name = "nonebot.adapters.github" }]
plugin_dirs = ["src/plugins"]

[tool.bumpversion]
current_version = "4.0.6"
current_version = "4.0.7"
commit = true
message = "chore(release): {new_version}"

Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53c3e63

Please sign in to comment.