From 36e94461419c4772a21dfcff2f3dda9a67001fdf Mon Sep 17 00:00:00 2001 From: NoahLan <6995syu@163.com> Date: Tue, 19 May 2026 03:02:40 +0800 Subject: [PATCH] chore: release v0.3.0 --- README.md | 8 ++++---- iti_system/__about__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9a8f216..ff6adc2 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ AI 修改本项目时优先读: ```toml dependencies = [ - "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.4", - "iti-system @ git+https://git.noahlan.cn/iti-framework/iTi-System.git@v0.2.4", + "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.3.0", + "iti-system @ git+https://git.noahlan.cn/iti-framework/iTi-System.git@v0.3.0", ] ``` @@ -97,12 +97,12 @@ iticli test ```bash iticli release -iticli release v0.2.4 +iticli release v0.3.0 ``` Windows: ```bat iticli release -iticli release v0.2.4 +iticli release v0.3.0 ``` diff --git a/iti_system/__about__.py b/iti_system/__about__.py index 60c656e..b3d2bba 100644 --- a/iti_system/__about__.py +++ b/iti_system/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present NoahLan <6995syu@163.com> # # SPDX-License-Identifier: MIT -__version__ = "0.2.4" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index be7b9d6..5cc061e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ iti_system = [ ] [tool.uv.sources] -iti-flask = { git = "https://git.noahlan.cn/iti-framework/iTi-Flask.git", tag = "v0.2.4" } +iti-flask = { git = "https://git.noahlan.cn/iti-framework/iTi-Flask.git", tag = "v0.3.0" } [tool.pytest.ini_options] testpaths = ["tests"]