Skip to content

Commit 59510c1

Browse files
committed
Update history to reflect merge of #42 [ci skip]
1 parent 314ec2c commit 59510c1

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

History.markdown

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## HEAD
2+
3+
* Presenter: Options should include those from parent command (#42)
4+
15
## 0.3.5 / 2014-11-12
26

37
### Bug Fixes
@@ -13,95 +17,91 @@
1317

1418
### Bug Fixes
1519

16-
* Use option object as key in the command's `@map` hash (#35)
20+
* Use option object as key in the command's `@map` hash (#35)
1721

1822
## 0.3.3 / 2014-05-07
1923

2024
### Bug Fixes
2125

22-
* The `--version` flag should not exit with code 1, but instead code 0. (#33)
26+
* The `--version` flag should not exit with code 1, but instead code 0. (#33)
2327

2428
## 0.3.2 / 2014-03-18
2529

2630
### Bug Fixes
2731

28-
* Remove duplicate commands from help output; show aliases w/command names
29-
(#29)
32+
* Remove duplicate commands from help output; show aliases w/command names (#29)
3033

3134
## 0.3.1 / 2014-02-21
3235

3336
### Minor Enhancements
3437

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

3740
### Bug Fixes
3841

39-
* `Mercenary::Option` now accepts return values in the form of Class constants
40-
(#22)
42+
* `Mercenary::Option` now accepts return values in the form of Class constants (#22)
4143

4244
## 0.3.0 / 2014-02-20
4345

4446
### Major Enhancements
4547

46-
* Officially drop 1.8.7 support (#14)
47-
* Allow Commands to set their own versions (#17)
48-
* Show subcommands, options and usage in help and attach to all commands (#18)
49-
* Add `-t, --trace` to allow full exception backtrace to print, otherwise print
50-
just the error message (#19)
48+
* Officially drop 1.8.7 support (#14)
49+
* Allow Commands to set their own versions (#17)
50+
* Show subcommands, options and usage in help and attach to all commands (#18)
51+
* Add `-t, --trace` to allow full exception backtrace to print, otherwise print just the error message (#19)
5152

5253
### Minor Enhancements
5354

54-
* Logging state is maintained throughout process (#12)
55-
* Tidy up Command#logger output (#21)
55+
* Logging state is maintained throughout process (#12)
56+
* Tidy up Command#logger output (#21)
5657

5758
### Development Fixes
5859

59-
* Added specs for `Program` (#13)
60+
* Added specs for `Program` (#13)
6061

6162
## 0.2.1 / 2013-12-25
6263

6364
### Bug Fixes
6465

65-
* Added missing comma to fix '-v' and '--version' options (#9)
66+
* Added missing comma to fix '-v' and '--version' options (#9)
6667

6768
## 0.2.0 / 2013-11-30
6869

6970
### Major Enhancements
7071

71-
* Add `Command#default_command` to specify a default command if none is given
72-
by the user at runtime (#7)
72+
* Add `Command#default_command` to specify a default command if none is given by the user at runtime (#7)
7373

7474
### Minor Enhancements
7575

76-
* Add `Command#execute` to execute the actions of a command (#6)
76+
* Add `Command#execute` to execute the actions of a command (#6)
7777

7878
### Development Fixes
7979

80-
* Add standard GitHub bootstrap and cibuild scripts to `script/` (#2)
80+
* Add standard GitHub bootstrap and cibuild scripts to `script/` (#2)
8181

8282
## 0.1.0 / 2013-11-08
8383

8484
### Major Enhancements
8585

86-
* It works!
86+
* It works!
8787

8888
### Minor Enhancements
8989

90-
* Add a logger to `Command`
91-
* Add `--version` switch to all programs
90+
* Add a logger to `Command`
91+
* Add `--version` switch to all programs
9292

9393
### Bug Fixes
9494

95-
* Fix `Command#syntax` and `Command#description`'s handing of setting vs getting
96-
* Fix load path problem in `lib/mercenary.rb`
95+
* Fix `Command#syntax` and `Command#description`'s handing of setting vs getting
96+
* Fix load path problem in `lib/mercenary.rb`
9797

9898
### Development Fixes
9999

100-
* Add TomDoc to everything
101-
* Add a couple starter specs
102-
* Add TravisCI badge
103-
* Add Travis configuration
100+
* Add TomDoc to everything
101+
* Add a couple starter specs
102+
* Add TravisCI badge
103+
* Add Travis configuration
104104

105105
## 0.0.1 / 2013-11-06
106106

107-
* Birthday!
107+
* Birthday!

0 commit comments

Comments
 (0)