## HEAD ### Major Enhancements ### Minor Enhancements ### Bug Fixes ### Development Fixes ## 0.2.1 / 2013-12-25 ### Bug Fixes * Added missing comma to fix '-v' and '--version' options (#9) ## 0.2.0 / 2013-11-30 ### Major Enhancements * Add `Command#default_command` to specify a default command if none is given by the user at runtime (#7) ### Minor Enhancements * Add `Command#execute` to execute the actions of a command (#6) ### Development Fixes * Add standard GitHub bootstrap and cibuild scripts to `script/` (#2) ## 0.1.0 / 2013-11-08 ### Major Enhancements * It works! ### Minor Enhancements * Add a logger to `Command` * Add `--version` switch to all programs ### Bug Fixes * Fix `Command#syntax` and `Command#description`'s handing of setting vs getting * Fix load path problem in `lib/mercenary.rb` ### Development Fixes * Add TomDoc to everything * Add a couple starter specs * Add TravisCI badge * Add Travis configuration ## 0.0.1 / 2013-11-06 * Birthday!