We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6ad77 commit 105b561Copy full SHA for 105b561
History.markdown
@@ -6,11 +6,19 @@
6
7
### Bug Fixes
8
9
+### Development Fixes
10
+
11
+## 0.3.1 / 2014-02-21
12
13
+### Minor Enhancements
14
15
+* Add `-t/--trace` to list of options in help message (#19)
16
17
+### Bug Fixes
18
19
* `Mercenary::Option` now accepts return values in the form of Class constants
20
(#22)
21
-### Development Fixes
-
22
## 0.3.0 / 2014-02-20
23
24
### Major Enhancements
lib/mercenary/version.rb
@@ -1,3 +1,3 @@
1
module Mercenary
2
- VERSION = "0.3.0"
+ VERSION = "0.3.1"
3
end
0 commit comments