File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,13 @@ sort_info: 1
1818
1919## News
2020
21+ **2014-04-05 cmdparse 2.0.6 released!!!**
22+
23+ There were no codewise changes but the used infrastructure and tools have been updated to newer
24+ versions. Also the license information has been added to the gem specification and the tests are now
25+ included in the distribution.
26+
27+
2128**2012-06-09 cmdparse 2.0.5 released!!!**
2229
2330Changes:
Original file line number Diff line number Diff line change 11#
22#--
33# cmdparse: advanced command line parser supporting commands
4- # Copyright (C) 2004-2012 Thomas Leitner
4+ # Copyright (C) 2004-2014 Thomas Leitner
55#
66# This file is part of cmdparse.
77#
2323module CmdParse
2424
2525 # The version of this cmdparse implemention
26- VERSION = [ 2 , 0 , 5 ]
26+ VERSION = [ 2 , 0 , 6 ]
2727
2828
2929 # Base class for all cmdparse errors.
Original file line number Diff line number Diff line change 11#
22#--
33# cmdparse: advanced command line parser supporting commands
4- # Copyright (C) 2004-2012 Thomas Leitner
4+ # Copyright (C) 2004-2014 Thomas Leitner
55#
66# This file is part of cmdparse.
77#
You can’t perform that action at this time.
0 commit comments