From: Christian Weiske Date: Mon, 13 Nov 2017 06:41:32 +0000 (+0100) Subject: Prepare 0.6.0 X-Git-Tag: v0.6.0 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/fa014d88919516a9763a6a9ab0c620ef102f04e4 Prepare 0.6.0 --- diff --git a/ChangeLog b/ChangeLog index 205321c..1b486da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-11-13 Christian Weiske + + * Add "x" command to post custom types + * Version 0.6.0 + 2017-10-28 Christian Weiske * Fix handling of auth URLs with "?" in them diff --git a/build.xml b/build.xml index 7c8ac5d..d48ad3d 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index f1a6259..113c149 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -95,7 +95,7 @@ class Cli $optParser = new \Console_CommandLine(); $optParser->name = 'shpub'; $optParser->description = 'Command line micropub client'; - $optParser->version = '0.5.2'; + $optParser->version = '0.6.0'; $optParser->subcommand_required = true; $optParser->addOption(