diff --git a/README.md b/README.md index eb465b2..dd267c1 100644 --- a/README.md +++ b/README.md @@ -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/作者 diff --git a/docs/change_log.md b/docs/change_log.md index b0ed83e..b4d455b 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -5,6 +5,10 @@ - 为 `types.Options` 添加了 `_check_option` 选项 - 为 `True` 时 会检查参数是否合法 (在类属性中已经定义了) +### Logger + +- WIP (wait for 0.2.0) + ## 0.1.7 - 修复了 `CompilerHelper` 中的问题 diff --git a/lib_not_dr/__init__.py b/lib_not_dr/__init__.py index c0958cc..9852726 100644 --- a/lib_not_dr/__init__.py +++ b/lib_not_dr/__init__.py @@ -4,4 +4,4 @@ # All rights reserved # ------------------------------- -__version__ = '0.1.7' +__version__ = '0.1.8' diff --git a/pyproject.toml b/pyproject.toml index c69710b..25c5bb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"