# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.3.0] - 2014-04-01 ### Changed - Upgrade clap to 0.4.x - Use derive instead of builder for clap ## [0.2.0] - 2014-03-04 ### Added - Added support for CoinGecko as a data source ## [0.1.0] - 2014-03-02 ### Changed - Use clap for cli arguments - Use tabled for table output - Factor out summary row - Update LICENSE ### Fixed - Fix help text ## [0.0.3] - 2014-02-27 ### Added - Add crates.io badge (#3) ### Changed - Change price to use three decimals (#3) ### Fixed - Fix bottom row display (#3) ## [0.0.2] - 2014-02-27 ### Fixed - Resolve layout issue with BTC price (#2). ## [0.0.1] - 2014-02-27 ### Added - Initial release [0.2.0]: https://github.com/shapeshed/wenmoon/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/shapeshed/wenmoon/compare/v0.0.3...v0.1.0 [0.0.3]: https://github.com/shapeshed/wenmoon/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/shapeshed/wenmoon/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/shapeshed/wenmoon/releases/tag/0.0.1