We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23fefb commit 93a4250Copy full SHA for 93a4250
CHANGELOG.md
@@ -2,6 +2,11 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 1.0.2 - 2018-12-02
6
+#### Added
7
+- Added `__toString()` method to `Argument` class.
8
+- Added unit test for `Argument`
9
+
10
## 1.0.1 - 2018-12-02
11
#### Changed
12
- Improved regular expression for capturing arguments
README.md
@@ -1,6 +1,6 @@
1
# PHP Command Line Interface (CLI) Library
-- Version: v1.0.1
+- Version: v1.0.2
- Date: December 2nd 2018
- [Release notes](https://github.com/pointybeard/php-cli-lib/blob/master/CHANGELOG.md)
- [GitHub repository](https://github.com/pointybeard/php-cli-lib)
0 commit comments