From 3b4aee93a4c6768711d6f21c1ee9c783cd8f6135 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Thu, 2 May 2024 09:48:13 +0800 Subject: [PATCH] chore(release): v3.3.2 [skip ci] --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9abb5d..52fca228 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.2] - 2024-05-01 + ### Added - 更新至 NoneBot 2.3.0 @@ -439,7 +441,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v3.3.1...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v3.3.2...HEAD +[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 [3.2.4]: https://github.com/nonebot/noneflow/compare/v3.2.3...v3.2.4 diff --git a/pyproject.toml b/pyproject.toml index ab29e230..3ebaf3a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "3.3.1" +version = "3.3.2" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"