From 7066ca245ef989b71e2ec71030ca9637d7196ff8 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 15 Sep 2016 07:53:10 +0200 Subject: [PATCH] Release 0.0.6 Signed-off-by: Christian Weiske --- ChangeLog | 8 ++++++++ build.xml | 2 +- src/shpub/Cli.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5709663..8149a25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-09-15 Christian Weiske + + * New command: update + * New command: undelete + * New command: rsvp + * New options: name, updated + * Version 0.0.6 + 2016-09-14 Christian Weiske * New commands: delete, article, repost diff --git a/build.xml b/build.xml index 1c18cae..9c646b0 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 75f51bd..77b62cc 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -90,7 +90,7 @@ class Cli { $optParser = new \Console_CommandLine(); $optParser->description = 'shpub'; - $optParser->version = '0.0.5'; + $optParser->version = '0.0.6'; $optParser->subcommand_required = true; $optParser->addOption( -- 2.30.2