From 7c68f2eb5f5adcdc6f19aad36f0d3e207231d940 Mon Sep 17 00:00:00 2001 From: uy_sun Date: Wed, 30 Aug 2023 22:02:16 +0800 Subject: [PATCH] chore(release): v3.0.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 2cf33684..1848a294 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.3] - 2023-08-30 + ### Added - 翻译 Pydantic 验证错误信息 @@ -334,7 +336,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 最初的版本 -[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.2...HEAD +[unreleased]: https://github.com/nonebot/noneflow/compare/v3.0.3...HEAD +[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 [3.0.1]: https://github.com/nonebot/noneflow/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/nonebot/noneflow/compare/v2.7.3...v3.0.0 diff --git a/pyproject.toml b/pyproject.toml index 89889e4b..642e694b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "noneflow" -version = "3.0.2" +version = "3.0.3" description = "Manage publish related issues in nonebot2 project" authors = ["hemengyang "] license = "MIT"