From 2bfb8d2a23672f64dc5da264a5e061923165a93a Mon Sep 17 00:00:00 2001 From: uy_sun Date: Wed, 6 Sep 2023 20:36:21 +0800 Subject: [PATCH] chore(release): v3.0.5 [skip ci] --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49fd30ac..bf42b273 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.5] - 2023-09-06 + ### Fixed - 修复跳过插件测试时无法获取插件版本与时间的问题 @@ -346,7 +348,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.4...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.5...HEAD +[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 [3.0.2]: https://github.com/nonebot/noneflow/compare/v3.0.1...v3.0.2 diff --git a/pyproject.toml b/pyproject.toml index d0f6c4ff..9bd9d79e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "3.0.4" +version = "3.0.5" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"