diff --git a/History.markdown b/History.markdown index 95d94cc..2b79154 100644 --- a/History.markdown +++ b/History.markdown @@ -2,6 +2,16 @@ ### Major Enhancements +### Minor Enhancements + +### Bug Fixes + +### Development Fixes + +## 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) @@ -9,8 +19,6 @@ * Add `Command#execute` to execute the actions of a command (#6) -### Bug Fixes - ### Development Fixes * Add standard GitHub bootstrap and cibuild scripts to `script/` (#2) diff --git a/lib/mercenary/version.rb b/lib/mercenary/version.rb index 0429724..973634d 100644 --- a/lib/mercenary/version.rb +++ b/lib/mercenary/version.rb @@ -1,3 +1,3 @@ module Mercenary - VERSION = "0.1.0" + VERSION = "0.2.0" end