From: Christian Weiske Date: Thu, 8 Sep 2016 19:38:16 +0000 (+0200) Subject: Release 0.0.3 X-Git-Tag: v0.0.3^0 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/56b168127f4ea467c117e51b76a1fd426756d768 Release 0.0.3 --- diff --git a/ChangeLog b/ChangeLog index df147ff..f4e87a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-09-08 Christian Weiske + + * Add support for notes with file uploads + * Better curl commands when using --debug + * Version 0.0.3 + 2016-09-07 Christian Weiske * Make shpub work with known diff --git a/build.xml b/build.xml index bb5844e..3020b82 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 7c6a5f3..86efa53 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.2'; + $optParser->version = '0.0.3'; $optParser->subcommand_required = true; $optParser->addOption(