From 2629fe9d6f5bdf77e59a9f66b1c215533db0c9c5 Mon Sep 17 00:00:00 2001 From: uy/sun Date: Thu, 2 Feb 2023 23:55:13 +0800 Subject: [PATCH] chore(release): v0.4.4 [skip ci] (#108) --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8729dd1..cd4a515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [0.4.4] - 2023-02-02 + ### Fixed - 通过每次关闭线程池修复内存泄漏问题 @@ -189,7 +191,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.3...HEAD +[unreleased]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.4.4...HEAD +[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 [0.4.1]: https://github.com/he0119/nonebot-plugin-wordcloud/compare/v0.4.0...v0.4.1 diff --git a/pyproject.toml b/pyproject.toml index 8681432..f5660e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nonebot-plugin-wordcloud" -version = "0.4.3" +version = "0.4.4" description = "适用于 NoneBot2 的词云插件" authors = ["hemengyang "] license = "MIT"