change: replace logging with loguru

This commit is contained in:
debugtalk
2020-03-07 10:43:53 +08:00
parent 59c243f44c
commit 81553d8aaf
5 changed files with 282 additions and 122 deletions

View File

@@ -1,5 +1,11 @@
# Release History
## 3.0.0 (2020-03-07)
**Changed**
- replace logging with [loguru](https://github.com/Delgan/loguru)
## 2.5.7 (2020-02-21)
**Changed**