Skip to content

Commit bc481ed

Browse files
committed
Merge pull request #8 from jekyll/release-0.2.0
Release 0.2.0
2 parents 92c4482 + 141d4b6 commit bc481ed

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

History.markdown

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22

33
### Major Enhancements
44

5+
### Minor Enhancements
6+
7+
### Bug Fixes
8+
9+
### Development Fixes
10+
11+
## 0.2.0 / 2013-11-30
12+
13+
### Major Enhancements
14+
515
* Add `Command#default_command` to specify a default command if none is given
616
by the user at runtime (#7)
717

818
### Minor Enhancements
919

1020
* Add `Command#execute` to execute the actions of a command (#6)
1121

12-
### Bug Fixes
13-
1422
### Development Fixes
1523

1624
* Add standard GitHub bootstrap and cibuild scripts to `script/` (#2)

lib/mercenary/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mercenary
2-
VERSION = "0.1.0"
2+
VERSION = "0.2.0"
33
end

0 commit comments

Comments
 (0)