From 51cfeb4365732dcaad9e595f836b4eb7ddbfb988 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Wed, 14 Jun 2023 00:17:48 +0800 Subject: [PATCH] chore(release): v2.4.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 744d3f29..63a4a260 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.2] - 2023-06-14 + ### Added - 提交前先运行 pre-commit 统一格式 @@ -225,7 +227,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v2.4.1...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v2.4.2...HEAD +[2.4.2]: https://github.com/nonebot/noneflow/compare/v2.4.1...v2.4.2 [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 diff --git a/pyproject.toml b/pyproject.toml index 1010b2f8..695f5f94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "2.4.1" +version = "2.4.2" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"