bump 0.1.8?
This commit is contained in:
parent
0c2857d741
commit
413f63411b
@ -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/作者
|
||||
|
||||
|
@ -5,6 +5,10 @@
|
||||
- 为 `types.Options` 添加了 `_check_option` 选项
|
||||
- 为 `True` 时 会检查参数是否合法 (在类属性中已经定义了)
|
||||
|
||||
### Logger
|
||||
|
||||
- WIP (wait for 0.2.0)
|
||||
|
||||
## 0.1.7
|
||||
|
||||
- 修复了 `CompilerHelper` 中的问题
|
||||
|
@ -4,4 +4,4 @@
|
||||
# All rights reserved
|
||||
# -------------------------------
|
||||
|
||||
__version__ = '0.1.7'
|
||||
__version__ = '0.1.8'
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user