From c3037049a0b0ce8f907ebac927ce5828028c5261 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Mon, 12 Jun 2023 09:48:02 +0800 Subject: [PATCH] chore(release): v2.4.1 [skip ci] --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da03705c..a710ae32 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] +## [2.4.1] - 2023-06-12 + ### Added - 限制名称的长度不超过 50 个字符 @@ -219,7 +221,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v2.4.0...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v2.4.1...HEAD +[2.4.1]: https://github.com/nonebot/noneflow/compare/v2.4.0...v2.4.1 [2.4.0]: https://github.com/nonebot/noneflow/compare/v2.3.1...v2.4.0 [2.3.1]: https://github.com/nonebot/noneflow/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/nonebot/noneflow/compare/v2.2.0...v2.3.0 diff --git a/pyproject.toml b/pyproject.toml index 48fe4c17..ff6e91e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "2.4.0" +version = "2.4.1" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"