v0.3.0
Breaking:
* Logger::color now takes self by value rather than &mut self, which
makes it easier to use.
Features:
* Strip "src/" prefix and "*.rs" suffix from the filename in
debug/trace messages, e.g. [foo/bar] rather than [src/foo/bar.rs].
Disable this behavior with the full_filename(true) builder method.