Skip to content

Commit 4ce79d8

Browse files
committed
chore(release): v3.0.0
1 parent de6f093 commit 4ce79d8

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
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+
## [3.0.0] - 2023-08-23
11+
1012
### Added
1113

1214
- 使用 jinja 渲染评论
@@ -311,7 +313,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
311313

312314
- 最初的版本
313315

314-
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.7.3...HEAD
316+
[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.0...HEAD
317+
[3.0.0]: https://github.com/nonebot/noneflow/compare/v2.7.3...v3.0.0
315318
[2.7.3]: https://github.com/nonebot/noneflow/compare/v2.7.2...v2.7.3
316319
[2.7.2]: https://github.com/nonebot/noneflow/compare/v2.7.1...v2.7.2
317320
[2.7.1]: https://github.com/nonebot/noneflow/compare/v2.7.0...v2.7.1

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "noneflow"
3-
version = "2.7.3"
3+
version = "3.0.0"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)