From b7cc3563782fb809d038578b810776f133121e1a Mon Sep 17 00:00:00 2001 From: uy_sun Date: Thu, 7 Sep 2023 23:46:51 +0800 Subject: [PATCH] chore(release): v3.0.6 [skip ci] --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a89a57..c30202db 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] +## [3.0.6] - 2023-09-07 + ### Fixed - 修复版本解析失败时无法匹配到插件版本的问题 @@ -352,7 +354,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.5...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.6...HEAD +[3.0.6]: https://github.com/nonebot/noneflow/compare/v3.0.5...v3.0.6 [3.0.5]: https://github.com/nonebot/noneflow/compare/v3.0.4...v3.0.5 [3.0.4]: https://github.com/nonebot/noneflow/compare/v3.0.3...v3.0.4 [3.0.3]: https://github.com/nonebot/noneflow/compare/v3.0.2...v3.0.3 diff --git a/pyproject.toml b/pyproject.toml index 9bd9d79e..5f4cb8cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "3.0.5" +version = "3.0.6" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"