Skip to content

Commit

Permalink
Merge pull request #8 from jekyll/release-0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
parkr committed Dec 1, 2013
2 parents 92c4482 + 141d4b6 commit bc481ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions History.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@

### 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)

### Minor Enhancements

* 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)
Expand Down
2 changes: 1 addition & 1 deletion lib/mercenary/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mercenary
VERSION = "0.1.0"
VERSION = "0.2.0"
end

0 comments on commit bc481ed

Please sign in to comment.