We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2c545 commit 8bb3cb8Copy full SHA for 8bb3cb8
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.1 - 2018-12-02
6
+#### Changed
7
+- Improved regular expression for capturing arguments
8
+- Updated ArgumentIterator unit test
9
+
10
## 1.0.0 - 2018-12-02
11
#### Added
12
- Initial release
README.md
@@ -1,6 +1,6 @@
1
# PHP Command Line Interface (CLI) Library
-- Version: v1.0.0
+- Version: v1.0.1
- 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