chore: release v0.2.1

main v0.2.1
NoahLan 2 weeks ago
parent d3a37ce145
commit 241f1d9575

@ -45,7 +45,7 @@ scripts\iti.cmd install
```toml
dependencies = [
"iti-flask @ git+ssh://git@your-git/iTi/iTi-Flask.git@v0.2.0",
"iti-flask @ git+ssh://git@your-git/iTi/iTi-Flask.git@v0.2.1",
]
```

@ -26,7 +26,7 @@ framework_git:
framework_tag:
type: str
help: iTi-Flask Git tag
default: v0.2.0
default: v0.2.1
include_system:
type: bool

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

Loading…
Cancel
Save