8000 Updated version and added changelog for 2.0.0. · kler/getopt-php@eff5549 · GitHub
[go: up one dir, main page]

Skip to content

Commit eff5549

Browse files
committed
Updated version and added changelog for 2.0.0.
1 parent 183ecf1 commit eff5549

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.0 (2014-01-30)
2+
3+
Features:
4+
* Argument validation (courtesy of @jochenvdv)
5+
6+
17
## 2.0.0-RC.1 (2014-01-17)
28

39
Changes:

src/Ulrichsg/Getopt/Getopt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Getopt.PHP allows for easy processing of command-line arguments.
77
* It is a more powerful, object-oriented alternative to PHP's built-in getopt() function.
88
*
9-
* @version 2.0.0-rc.1
9+
* @version 2.0.0
1010
* @license MIT
1111
* @link https://github.com/ulrichsg/getopt-php
1212
*/

0 commit comments

Comments
 (0)
0