Skip to content

Commit 79315be

Browse files
committed
Release 0.3.0
1 parent 245b3f7 commit 79315be

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

History.markdown

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
### Major Enhancements
44

5+
### Minor Enhancements
6+
7+
### Bug Fixes
8+
9+
### Development Fixes
10+
11+
## 0.3.0 / 2014-02-20
12+
13+
### Major Enhancements
14+
515
* Officially drop 1.8.7 support (#14)
616
* Allow Commands to set their own versions (#17)
717
* Show subcommands, options and usage in help and attach to all commands (#18)
@@ -12,8 +22,6 @@
1222

1323
* Logging state is maintained throughout process (#12)
1424

15-
### Bug Fixes
16-
1725
### Development Fixes
1826

1927
* Added specs for `Program` (#13)

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013 Parker Moore
1+
Copyright (c) 2013-2014 Parker Moore
22

33
MIT License
44

lib/mercenary/version.rb

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

0 commit comments

Comments
 (0)