Skip to content

Commit 72d90a8

Browse files
committed
chore(release): v0.6.1
1 parent c1474b1 commit 72d90a8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.6.1] - 2023-10-24
11+
12+
### Add
13+
14+
- 升级 orm 版本
15+
1016
## [0.6.0] - 2023-10-18
1117

1218
### Changed
@@ -263,7 +269,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
263269

264270
- 可以使用的版本。
265271

266-
[unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.6.0...HEAD
272+
[unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.6.1...HEAD
273+
[0.6.1]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.6.0...v0.6.1
267274
[0.6.0]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.5.2...v0.6.0
268275
[0.5.2]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.5.1...v0.5.2
269276
[0.5.1]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.5.0...v0.5.1

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 = "nonebot-plugin-wordcloud"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "适用于 NoneBot2 的词云插件"
55
authors = ["hemengyang <hmy0119@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)