Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): 4.2.4 #351

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.4] - 2025-01-06

### Fixed

- 修复在评论议题后立即关闭拉取请求,拉取请求会被再次创建的问题
Expand Down Expand Up @@ -622,7 +624,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

- 最初的版本

[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.3...HEAD
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.2.4...HEAD
[4.2.4]: https://github.com/nonebot/noneflow/compare/v4.2.3...v4.2.4
[4.2.3]: https://github.com/nonebot/noneflow/compare/v4.2.2...v4.2.3
[4.2.2]: https://github.com/nonebot/noneflow/compare/v4.2.1...v4.2.2
[4.2.1]: https://github.com/nonebot/noneflow/compare/v4.2.0...v4.2.1
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.2.3"
version = "4.2.4"
description = "Manage publish related issues in nonebot2 project"
authors = [{ name = "uy_sun", email = "[email protected]" }]
readme = "README.md"
Expand Down Expand Up @@ -103,7 +103,7 @@ adapters = [{ name = "GitHub", module_name = "nonebot.adapters.github" }]
plugin_dirs = ["src/plugins"]

[tool.bumpversion]
current_version = "4.2.3"
current_version = "4.2.4"
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.

Loading