From: Christian Weiske Date: Thu, 15 Sep 2016 05:53:10 +0000 (+0200) Subject: Release 0.0.6 X-Git-Tag: v0.0.6^0 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/7066ca245ef989b71e2ec71030ca9637d7196ff8?hp=381a979bd441d8ffbed46807c9f5598987093a49 Release 0.0.6 Signed-off-by: Christian Weiske --- 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(