We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 92c4482 + 141d4b6 commit bc481edCopy full SHA for bc481ed
History.markdown
@@ -2,15 +2,23 @@
2
3
### Major Enhancements
4
5
+### Minor Enhancements
6
+
7
+### Bug Fixes
8
9
+### Development Fixes
10
11
+## 0.2.0 / 2013-11-30
12
13
+### Major Enhancements
14
15
* Add `Command#default_command` to specify a default command if none is given
16
by the user at runtime (#7)
17
18
### Minor Enhancements
19
20
* Add `Command#execute` to execute the actions of a command (#6)
21
-### Bug Fixes
-
22
### Development Fixes
23
24
* Add standard GitHub bootstrap and cibuild scripts to `script/` (#2)
lib/mercenary/version.rb
@@ -1,3 +1,3 @@
1
module Mercenary
- VERSION = "0.1.0"
+ VERSION = "0.2.0"
end
0 commit comments