Skip to content

Commit 105b561

Browse files
committed
Release v0.3.1
1 parent 9e6ad77 commit 105b561

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
@@ -6,11 +6,19 @@
66

77
### Bug Fixes
88

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+
919
* `Mercenary::Option` now accepts return values in the form of Class constants
1020
(#22)
1121

12-
### Development Fixes
13-
1422
## 0.3.0 / 2014-02-20
1523

1624
### Major Enhancements

lib/mercenary/version.rb

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

0 commit comments

Comments
 (0)