CHANGELOG.md in tty-0.7.0 vs CHANGELOG.md in tty-0.8.0
- old
+ new
@@ -1,7 +1,28 @@
# Change log
+This file documents notable changes in reverse chronological order.
+
+## [v0.8.0] - 2018-05-31
+
+### Added
+* Add teletype executable for jump starting new CLI apps
+* Add TTY::CLI for scaffolding new console applications
+* Add Commands::New for generating new command line applications
+* Add Commands::Add for adding new commands & subcommands
+* Add Plugins#load_from to allow loading dependencies from gemspec
+* Add tty-tree component
+* Add tty-markdown component
+* Add tty-font component
+* Add tty-config component
+
+### Changed
+* Remove Plugins#find
+* Change Plugins#load to Plugins#activate
+* Remove metrics rake tasks
+* Update dependencies
+
## [v0.7.0] - 2017-03-26
### Changed
* Update tty-prompt dependency
* Update tty-cursor dependency
@@ -120,9 +141,10 @@
## [v0.0.1] - 2012-09-30
* Initial release
+[v0.8.0]: https://github.com/piotrmurach/tty/compare/v0.7.0...v0.8.0
[v0.7.0]: https://github.com/piotrmurach/tty/compare/v0.6.1...v0.7.0
[v0.6.1]: https://github.com/piotrmurach/tty/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/piotrmurach/tty/compare/v0.5.0...v0.6.0
[v0.5.0]: https://github.com/piotrmurach/tty/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/piotrmurach/tty/compare/v0.3.2...v0.4.0