Skip to content

Commit 93a4250

Browse files
committed
Updated README and CHANGELOG for v1.0.2
1 parent b23fefb commit 93a4250

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 1.0.2 - 2018-12-02
6+
#### Added
7+
- Added `__toString()` method to `Argument` class.
8+
- Added unit test for `Argument`
9+
510
## 1.0.1 - 2018-12-02
611
#### Changed
712
- Improved regular expression for capturing arguments

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHP Command Line Interface (CLI) Library
22

3-
- Version: v1.0.1
3+
- Version: v1.0.2
44
- Date: December 2nd 2018
55
- [Release notes](https://github.com/pointybeard/php-cli-lib/blob/master/CHANGELOG.md)
66
- [GitHub repository](https://github.com/pointybeard/php-cli-lib)

0 commit comments

Comments
 (0)