This project roughly adheres to Semantic Versioning. For 0.x.y releases, x
is the major version in semver, while y
is the minor version.
- Implement
Default
forLogBuilder
- Upgrade
crossbeam_channel
to 0.4.0 - Upgrade to 2018 edition and clean up warnings
- Upgrade to support
log
0.4 - Change to use
crossbeam_channel::bounded
as log queue - Bump minimum version to rustc 1.32.0
- Change to use
std::sync::mpsc::sync_channel
as log queue - Add inline to improve LTO
First release