diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a27c4b2..20db82bb 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.17.2] - 2023-11-22 + ### Fixed - 状态插件默认不发送 Disk 数据 @@ -481,7 +483,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 正常工作的版本。 -[unreleased]: https://github.com/he0119/CoolQBot/compare/v0.17.1...HEAD +[unreleased]: https://github.com/he0119/CoolQBot/compare/v0.17.2...HEAD +[0.17.2]: https://github.com/he0119/CoolQBot/compare/v0.17.1...v0.17.2 [0.17.1]: https://github.com/he0119/CoolQBot/compare/v0.17.0...v0.17.1 [0.17.0]: https://github.com/he0119/CoolQBot/compare/v0.16.1...v0.17.0 [0.16.1]: https://github.com/he0119/CoolQBot/compare/v0.16.0...v0.16.1 diff --git a/pyproject.toml b/pyproject.toml index 9ae6827d..67a92c59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ license = "MIT" name = "coolqbot" readme = "README.md" repository = "https://github.com/he0119/CoolQBot" -version = "0.17.1" +version = "0.17.2" [tool.poetry.dependencies] python = "^3.11"