Skip to content

Commit 6a5e338

Browse files
committed
chore(release): v2.3.0
1 parent 03290fc commit 6a5e338

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
77

88
## [Unreleased]
99

10+
## [2.3.0] - 2023-05-13
11+
12+
### Added
13+
14+
- 适配最新的议题模板
15+
16+
### Changed
17+
18+
- 自动合并时同时输出拉取请求的 ID
19+
1020
## [2.2.0] - 2023-04-10
1121

1222
### Added
@@ -184,7 +194,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
184194

185195
- 最初的版本
186196

187-
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.2.0...HEAD
197+
[unreleased]: https://github.com/nonebot/noneflow/compare/v2.3.0...HEAD
198+
[2.3.0]: https://github.com/nonebot/noneflow/compare/v2.2.0...v2.3.0
188199
[2.2.0]: https://github.com/nonebot/noneflow/compare/v2.1.0...v2.2.0
189200
[2.1.0]: https://github.com/nonebot/noneflow/compare/v2.0.0...v2.1.0
190201
[2.0.0]: https://github.com/nonebot/noneflow/compare/v1.2.1...v2.0.0

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.2.0"
3+
version = "2.3.0"
44
description = "Manage publish related issues in nonebot2 project"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)