Update version to 0.3.16 and improve Options.options()

This commit is contained in:
shenjack 2024-01-07 18:38:05 +08:00
parent d36bd27cbe
commit d8908b0901
Signed by: shenjack
GPG Key ID: 7B1134A979775551
2 changed files with 9 additions and 1 deletions

View File

@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif
## Information/信息 ## Information/信息
- Version / 版本: 0.3.15 - Version / 版本: 0.3.16
- Author / 作者: shenjackyuanjie <3695888@qq.com> - Author / 作者: shenjackyuanjie <3695888@qq.com>
[shenjackyuanjie](https://github.com/shenjackyuanjie) [shenjackyuanjie](https://github.com/shenjackyuanjie)

View File

@ -1,5 +1,13 @@
# lndl 0.3 # lndl 0.3
## 0.3.16
- 真的就是在刷版本号
- `Options`
- 现在 `Options.options()`
- 不会在内容为 `None` 的时候返回对应的类型注释了
- 我把 `getattr(obj, attr, default)` 改成了 `getattr(obj, attr)` + `try`
## 0.3.15 ## 0.3.15
- 感觉就是在刷版本号 - 感觉就是在刷版本号