From a3a7f8591a6f857bc4586dec2b6726b93092072a Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 14 Sep 2016 20:14:28 +0200 Subject: [PATCH] Release 0.0.5 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 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( -- 2.30.2