chore: release v0.2.3

main v0.2.3
NoahLan 1 week ago
parent f8aa9c29c1
commit 162a08c7b9

@ -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.2", "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.3",
] ]
``` ```

@ -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.2 default: v0.2.3
include_system: include_system:
type: bool type: bool

@ -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.2" __version__ = "0.2.3"

Loading…
Cancel
Save