CHANGELOG.md in coinpare-0.2.0 vs CHANGELOG.md in coinpare-0.3.0

- old
+ new

@@ -1,7 +1,18 @@ # Change log +## [v0.3.0] - 2020-11-09 + +### Changed +* Change gemspec to only package lib files and include metadata +* Update all the tty and thor runtime dependencies +* Remove tty-color as a dependency +* Change to make tty-screen an explicit runtime dependency + +### Fixed +* Fix Ruby 2.7 keyword conversion errors + ## [v0.2.0] - 2019-01-12 ### Added * Add ability to display total purchased and current holdings in pie chart format * Add vim key navigation bindings for menu selection @@ -13,7 +24,8 @@ ## [v0.1.0] - 2018-05-17 * Initial implementation and release +[v0.3.0]: https://github.com/piotrmurach/coinpare/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/piotrmurach/coinpare/compare/v0.1.0...v0.2.0 [v0.1.0]: https://github.com/piotrmurach/coinpare/compare/v0.1.0