From 8d3141c79fb050389fded1842ab333375b5019cf Mon Sep 17 00:00:00 2001 From: Alannah Kearney Date: Mon, 20 May 2019 22:39:48 +1000 Subject: [PATCH] Updated README and CHANGELOG for 1.0.1 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f524d..a72f417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ This project adheres to [Semantic Versioning](http://semver.org/). **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 #### Added - 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 diff --git a/README.md b/README.md index 993641a..17b49a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PHP Helpers: Command-line Input and Input Type Handlers -- Version: v1.0.0 +- Version: v1.0.1 - Date: May 20 2019 - [Release notes](https://github.com/pointybeard/helpers-cli-input/blob/master/CHANGELOG.md) - [GitHub repository](https://github.com/pointybeard/helpers-cli-input)