From 805caeece7df310f8edb090138058d4617f7c114 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 5 Feb 2018 08:35:26 +0100 Subject: [PATCH] Release 0.7.0 --- ChangeLog | 6 ++++++ build.xml | 2 +- src/shpub/Cli.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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( -- 2.30.2