Skip to content

Commit c5001e9

Browse files
committed
Updated version and added release notes
1 parent e156362 commit c5001e9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

doc/index.page

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2330
Changes:

lib/cmdparse.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
#
@@ -23,7 +23,7 @@
2323
module 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.

lib/cmdparse/wrappers/optparse.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
#

0 commit comments

Comments
 (0)