This release should fix the rest of the issues from pr #111.
It also includes a new logger using the log
library and simple_logger
.
By default the log level will be set to info
, it can be changed through the RUST_LOG
environment variable, -v
or --log-level
.
The different log levels are listed with --help
, when submitting bug reports -v debug
or --log-level=debug
should be used.
What's Changed
- Fix pr 111 by @Radiicall in #115
- Bump rustls from 0.21.8 to 0.21.11 by @dependabot in #117
- Add proper logger by @Radiicall in #114
Full Changelog: 1.0.4...1.1.0