chore: release v0.3.0

main v0.3.0
NoahLan 1 week ago
parent d914151b19
commit 3f41f4a2d1

@ -45,7 +45,7 @@ iticli install
```toml ```toml
dependencies = [ dependencies = [
"iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.5", "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.3.0",
] ]
``` ```
@ -107,14 +107,14 @@ iticli help
```bash ```bash
iticli release iticli release
iticli release v0.2.5 iticli release v0.3.0
``` ```
Windows: Windows:
```bat ```bat
iticli release iticli release
iticli release v0.2.5 iticli release v0.3.0
``` ```
## 文档 ## 文档

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "{{ project_slug | replace('_', '-') }}" name = "{{ project_slug | replace('_', '-') }}"
version = "0.2.5" version = "0.3.0"
description = "{{ project_name }}" description = "{{ project_name }}"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"

@ -26,7 +26,7 @@ framework_git:
framework_tag: framework_tag:
type: str type: str
help: iTi-Flask Git tag help: iTi-Flask Git tag
default: v0.2.5 default: v0.3.0
include_system: include_system:
type: bool type: bool
@ -41,4 +41,4 @@ system_git:
system_tag: system_tag:
type: str type: str
help: iTi-System Git tag help: iTi-System Git tag
default: v0.2.5 default: 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.5" __version__ = "0.3.0"

Loading…
Cancel
Save