From 73b851213bad76c93ec28511b39b37bc12039961 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sat, 28 Oct 2017 15:15:57 +0200 Subject: [PATCH] Prepare 0.5.2 --- ChangeLog | 5 +++++ build.xml | 2 +- src/shpub/Cli.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index abd9b0d..205321c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-10-28 Christian Weiske + + * Fix handling of auth URLs with "?" in them + * Version 0.5.2 + 2017-08-28 Christian Weiske * Fix version output: Show correct version diff --git a/build.xml b/build.xml index 8cb1392..7c8ac5d 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index a7e658d..04ef974 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.1'; + $optParser->version = '0.5.2'; $optParser->subcommand_required = true; $optParser->addOption( -- 2.30.2