chore: release v0.3.0

main v0.3.0
NoahLan 1 week ago
parent 7f18df39ff
commit 36e9446141

@ -26,8 +26,8 @@ AI 修改本项目时优先读:
```toml ```toml
dependencies = [ dependencies = [
"iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.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.2.4", "iti-system @ git+https://git.noahlan.cn/iti-framework/iTi-System.git@v0.3.0",
] ]
``` ```
@ -97,12 +97,12 @@ iticli test
```bash ```bash
iticli release iticli release
iticli release v0.2.4 iticli release v0.3.0
``` ```
Windows: Windows:
```bat ```bat
iticli release iticli release
iticli release v0.2.4 iticli release v0.3.0
``` ```

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2025-present NoahLan <6995syu@163.com> # SPDX-FileCopyrightText: 2025-present NoahLan <6995syu@163.com>
# #
# SPDX-License-Identifier: MIT # SPDX-License-Identifier: MIT
__version__ = "0.2.4" __version__ = "0.3.0"

@ -35,7 +35,7 @@ iti_system = [
] ]
[tool.uv.sources] [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] [tool.pytest.ini_options]
testpaths = ["tests"] testpaths = ["tests"]

Loading…
Cancel
Save