From fac18d1499ad8742e5ab7527787b756192af09e1 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 30 Nov 2013 23:48:54 -0500 Subject: [PATCH 1/2] Bump version in code. --- lib/mercenary/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 141d4b69d505a97a40657688cb3bbf7af7cf053c Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 30 Nov 2013 23:49:32 -0500 Subject: [PATCH 2/2] Update history to reflect release of v0.2.0 --- History.markdown | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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)