Skip to content

Commit 6e38fc5

Browse files
committed
Merge pull request #20 from jekyll/release-0-3-0
Release 0.3.0
2 parents 6fbe8a1 + 79315be commit 6e38fc5

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)
@@ -13,8 +23,6 @@
1323
* Logging state is maintained throughout process (#12)
1424
* Tidy up Command#logger output (#21)
1525

16-
### Bug Fixes
17-
1826
### Development Fixes
1927

2028
* 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)