Skip to content

Commit

Permalink
chore(release): v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 committed Mar 4, 2023
1 parent 456e86d commit 2522752
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

## [Unreleased]

## [0.4.5] - 2023-03-04

### Fixed

- 修复 OneBot 12 协议下下载图片出错的问题
Expand Down Expand Up @@ -195,7 +197,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

- 可以使用的版本。

[unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.4.4...HEAD
[unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.4.5...HEAD
[0.4.5]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.4.1...v0.4.2
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-wordcloud"
version = "0.4.4"
version = "0.4.5"
description = "适用于 NoneBot2 的词云插件"
authors = ["hemengyang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2522752

Please sign in to comment.