From: Christian Weiske Date: Mon, 5 Feb 2018 07:35:26 +0000 (+0100) Subject: Release 0.7.0 X-Git-Tag: v0.7.0 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/805caeece7df310f8edb090138058d4617f7c114?hp=331f8cce4663fb447dd04fbc367cb626c433fadd Release 0.7.0 --- diff --git a/ChangeLog b/ChangeLog index 1b486da..0b1e2dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-02-05 Christian Weiske + + * Add "--dry-run" option + * Fix space-after-"-x"-option error + * Version 0.7.0 + 2017-11-13 Christian Weiske * Add "x" command to post custom types diff --git a/build.xml b/build.xml index d48ad3d..84c7c6e 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 080bfe8..83eb5b6 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -96,7 +96,7 @@ class Cli $optParser = new \Console_CommandLine(); $optParser->name = 'shpub'; $optParser->description = 'Command line micropub client'; - $optParser->version = '0.6.0'; + $optParser->version = '0.7.0'; $optParser->subcommand_required = true; $optParser->addOption(