v0.5.0
Breaking:
* No breaking changes
Features:
* Add quiet() and verbose() builder methods to Logger, which decrease
or increase the verbosity level by the given amount. This makes it
easier for applications to translate -q/-v command-line options
without having to worry about the magic number "3" as the default
Info level.