From: Christian Weiske Date: Wed, 14 Sep 2016 18:14:28 +0000 (+0200) Subject: Release 0.0.5 X-Git-Tag: v0.0.5^0 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/a3a7f8591a6f857bc4586dec2b6726b93092072a Release 0.0.5 Signed-off-by: Christian Weiske --- diff --git a/ChangeLog b/ChangeLog index 7f57420..5709663 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-09-14 Christian Weiske + + * New commands: delete, article, repost + * All post commands share the same generic options + * New options: category, slug, html, x (generic option) + * File types are determined automatically + * Versio 0.0.5 + 2016-09-08 Christian Weiske * --publish option for "note" command diff --git a/build.xml b/build.xml index 1a58072..1c18cae 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index e452f00..75497eb 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.4'; + $optParser->version = '0.0.5'; $optParser->subcommand_required = true; $optParser->addOption(