chore: release v0.2.4

main v0.2.4
NoahLan 1 week ago
parent 980c791dbf
commit 667a71f01a

@ -45,7 +45,7 @@ iti.cmd install
```toml ```toml
dependencies = [ dependencies = [
"iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.3", "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.4",
] ]
``` ```
@ -107,14 +107,14 @@ cd ../my-system-app
```bash ```bash
./iti.sh release ./iti.sh release
./iti.sh release v0.2.2 ./iti.sh release v0.2.4
``` ```
Windows: Windows:
```bat ```bat
iti.cmd release iti.cmd release
iti.cmd release v0.2.2 iti.cmd release v0.2.4
``` ```
## 文档 ## 文档

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "{{ project_slug | replace('_', '-') }}" name = "{{ project_slug | replace('_', '-') }}"
version = "0.2.2" version = "0.2.4"
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.3 default: v0.2.4
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.2 default: v0.2.4

@ -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.3" __version__ = "0.2.4"

Loading…
Cancel
Save