File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Major Enhancements
4
4
5
+ ### Minor Enhancements
6
+
7
+ ### Bug Fixes
8
+
9
+ ### Development Fixes
10
+
11
+ ## 0.3.0 / 2014-02-20
12
+
13
+ ### Major Enhancements
14
+
5
15
* Officially drop 1.8.7 support (#14 )
6
16
* Allow Commands to set their own versions (#17 )
7
17
* Show subcommands, options and usage in help and attach to all commands (#18 )
13
23
* Logging state is maintained throughout process (#12 )
14
24
* Tidy up Command#logger output (#21 )
15
25
16
- ### Bug Fixes
17
-
18
26
### Development Fixes
19
27
20
28
* Added specs for ` Program ` (#13 )
Original file line number Diff line number Diff line change 1
- Copyright (c) 2013 Parker Moore
1
+ Copyright (c) 2013-2014 Parker Moore
2
2
3
3
MIT License
4
4
Original file line number Diff line number Diff line change 1
1
module Mercenary
2
- VERSION = "0.2.1 "
2
+ VERSION = "0.3.0 "
3
3
end
You can’t perform that action at this time.
0 commit comments