Skip to content

Commit 7c75f28

Browse files
committed
chore(release): v3.2.0 [skip ci]
1 parent cef7b99 commit 7c75f28

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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.2.0] - 2023-10-21
11+
1012
### Added
1113

1214
- 插件测试时检查元数据的配置是否为 BaseModel 子类
@@ -385,7 +387,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
385387

386388
- 最初的版本
387389

388-
[unreleased]: https://github.com/nonebot/noneflow/compare/v3.1.1...HEAD
390+
[unreleased]: https://github.com/nonebot/noneflow/compare/v3.2.0...HEAD
391+
[3.2.0]: https://github.com/nonebot/noneflow/compare/v3.1.1...v3.2.0
389392
[3.1.1]: https://github.com/nonebot/noneflow/compare/v3.1.0...v3.1.1
390393
[3.1.0]: https://github.com/nonebot/noneflow/compare/v3.0.7...v3.1.0
391394
[3.0.7]: https://github.com/nonebot/noneflow/compare/v3.0.6...v3.0.7

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

0 commit comments

Comments
 (0)