Skip to content

Commit e5ef161

Browse files
committed
chore(release): 4.1.3
1 parent 2af9375 commit e5ef161

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.3] - 2024-12-05
11+
1012
### Changed
1113

1214
- 发布检查时第一时间评论议题并修改标题
@@ -580,7 +582,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
580582

581583
- 最初的版本
582584

583-
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.2...HEAD
585+
[Unreleased]: https://github.com/nonebot/noneflow/compare/v4.1.3...HEAD
586+
[4.1.3]: https://github.com/nonebot/noneflow/compare/v4.1.2...v4.1.3
584587
[4.1.2]: https://github.com/nonebot/noneflow/compare/v4.1.1...v4.1.2
585588
[4.1.1]: https://github.com/nonebot/noneflow/compare/v4.1.0...v4.1.1
586589
[4.1.0]: https://github.com/nonebot/noneflow/compare/v4.0.11...v4.1.0

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

103103
[tool.bumpversion]
104-
current_version = "4.1.2"
104+
current_version = "4.1.3"
105105
commit = true
106106
message = "chore(release): {new_version}"
107107

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)