From 4c1ba7d13928f5fab776d0179195ec96b22f038d Mon Sep 17 00:00:00 2001 From: uy_sun Date: Thu, 18 Jul 2024 16:28:34 +0800 Subject: [PATCH] chore(release): v3.3.3 [skip ci] --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc8a5c26..ab72c0a6 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.3.3] - 2024-07-18 + ### Fixed - 修复主页为空字符串也能通过测试的问题 @@ -445,7 +447,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v3.3.2...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v3.3.3...HEAD +[3.3.3]: https://github.com/nonebot/noneflow/compare/v3.3.2...v3.3.3 [3.3.2]: https://github.com/nonebot/noneflow/compare/v3.3.1...v3.3.2 [3.3.1]: https://github.com/nonebot/noneflow/compare/v3.3.0...v3.3.1 [3.3.0]: https://github.com/nonebot/noneflow/compare/v3.2.4...v3.3.0 diff --git a/pyproject.toml b/pyproject.toml index b367b88a..66b06772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "3.3.2" +version = "3.3.3" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"