# Changelog
## [0.3.0] (https://github.com/badboy/iso8601/compare/0.2.0...0.3.0) - 2019-01-31
* Add `Display` implementations for exported structures
* Implemented `FromStr` for `Date`, `Time` and `DateTime`
* Upgraded to nom 4
* Formatted everything with `rustfmt`
## [0.2.0] (https://github.com/badboy/iso8601/compare/v0.1.0...v0.2.0) - 2017-11-06
* Upgraded nom
* Added fuzzing targets
* Correctly overwrite hours and minutes in `Time#set_tz`
* Correct small error in README example
## 0.1.0 - 2017-11-06
Initial release