bump 0.1.8?

This commit is contained in:
shenjack 2023-11-05 16:17:23 +08:00
parent 0c2857d741
commit 413f63411b
Signed by: shenjack
GPG Key ID: 7B1134A979775551
4 changed files with 7 additions and 3 deletions

View File

@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif
## Information/信息
- Version/版本: 0.1.7
- Version/版本: 0.1.8
### Author/作者

View File

@ -5,6 +5,10 @@
- 为 `types.Options` 添加了 `_check_option` 选项
- 为 `True` 时 会检查参数是否合法 (在类属性中已经定义了)
### Logger
- WIP (wait for 0.2.0)
## 0.1.7
- 修复了 `CompilerHelper` 中的问题

View File

@ -4,4 +4,4 @@
# All rights reserved
# -------------------------------
__version__ = '0.1.7'
__version__ = '0.1.8'

View File

@ -1,5 +1,5 @@
[project]
version = "0.1.7"
version = "0.1.8"
name = "lib-not-dr"
description = "A python lib created from Difficult Rocket development"
readme = "README.md"