# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased ## 0.1.4 - 2020-03-07 ### Changed - Version attribute is now optional, disabled by default. ## 0.1.3 - 2019-05-16 ### Fixed - Async is a reserved keyword in rust 2018. ## 0.1.2 - 2019-03-29 ### Changed - Fix logging level order ## 0.1.1 - 2019-02-20 ### Added - Apply level filter by module prefix ## 0.1.0 ### Added - Move logging logic to shared crate ### Changed - Default log level for debug builds is debug