11
0
Fork 0
mirror of https://github.com/n3w/helpers-cli-input.git synced 2025-12-19 12:43:23 +00:00

Updated README and CHANGELOG for 1.0.1

This commit is contained in:
Alannah Kearney 2019-05-20 22:39:48 +10:00
commit 8d3141c79f
2 changed files with 7 additions and 2 deletions

View file

@ -5,8 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
**View all [Unreleased][] changes here** **View all [Unreleased][] changes here**
## [1.0.1][]
#### Changed
- Updated example to use `Cli\manpage()` provided by the `pointybeard/helpers-functions-cli` package
## 1.0.0 ## 1.0.0
#### Added #### Added
- Initial release - Initial release
[Unreleased]: https://github.com/pointybeard/helpers-cli-input/compare/1.0.0...integration [Unreleased]: https://github.com/pointybeard/helpers-functions-cli/compare/1.0.1...integration
[1.0.1]: https://github.com/pointybeard/helpers-functions-cli/compare/1.0.0...1.0.1

View file

@ -1,6 +1,6 @@
# PHP Helpers: Command-line Input and Input Type Handlers # PHP Helpers: Command-line Input and Input Type Handlers
- Version: v1.0.0 - Version: v1.0.1
- Date: May 20 2019 - Date: May 20 2019
- [Release notes](https://github.com/pointybeard/helpers-cli-input/blob/master/CHANGELOG.md) - [Release notes](https://github.com/pointybeard/helpers-cli-input/blob/master/CHANGELOG.md)
- [GitHub repository](https://github.com/pointybeard/helpers-cli-input) - [GitHub repository](https://github.com/pointybeard/helpers-cli-input)