Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Feb 21, 2014
1 parent 9e6ad77 commit 105b561
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions History.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@

### Bug Fixes

### Development Fixes

## 0.3.1 / 2014-02-21

### Minor Enhancements

* Add `-t/--trace` to list of options in help message (#19)

### Bug Fixes

* `Mercenary::Option` now accepts return values in the form of Class constants
(#22)

### Development Fixes

## 0.3.0 / 2014-02-20

### Major Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/mercenary/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mercenary
VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit 105b561

Please sign in to comment.