From d8908b0901130f7762999d4a60dea4f25148c297 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 7 Jan 2024 18:38:05 +0800 Subject: [PATCH] Update version to 0.3.16 and improve Options.options() --- docs/main/lib-not-dr.md | 2 +- docs/main/lib-not-dr/change_logs/0-3.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/main/lib-not-dr.md b/docs/main/lib-not-dr.md index eaca5e8..494b054 100644 --- a/docs/main/lib-not-dr.md +++ b/docs/main/lib-not-dr.md @@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif ## Information/信息 -- Version / 版本: 0.3.15 +- Version / 版本: 0.3.16 - Author / 作者: shenjackyuanjie <3695888@qq.com> [shenjackyuanjie](https://github.com/shenjackyuanjie) diff --git a/docs/main/lib-not-dr/change_logs/0-3.md b/docs/main/lib-not-dr/change_logs/0-3.md index 8b776f7..9b8994a 100644 --- a/docs/main/lib-not-dr/change_logs/0-3.md +++ b/docs/main/lib-not-dr/change_logs/0-3.md @@ -1,5 +1,13 @@ # lndl 0.3 +## 0.3.16 + +- 真的就是在刷版本号 +- `Options` + - 现在 `Options.options()` + - 不会在内容为 `None` 的时候返回对应的类型注释了 + - 我把 `getattr(obj, attr, default)` 改成了 `getattr(obj, attr)` + `try` + ## 0.3.15 - 感觉就是在刷版本号