We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af920cd commit 4a2b90aCopy full SHA for 4a2b90a
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/
7
8
## [Unreleased]
9
10
+## [0.7.1] - 2024-03-24
11
+
12
+### Fixed
13
14
+- 修复 shortcut 匹配问题
15
16
## [0.7.0] - 2024-03-01
17
18
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "nonebot-plugin-wordcloud"
3
-version = "0.7.0"
+version = "0.7.1"
4
description = "适用于 NoneBot2 的词云插件"
5
authors = ["hemengyang <hmy0119@gmail.com>"]
6
license = "MIT"
0 commit comments