From ff771ba0eca9e65b9cf6e06f50ff4e2b7d8da1ae Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 15 Sep 2016 22:48:45 +0200 Subject: [PATCH] Release 0.1.0 --- ChangeLog | 7 +++++++ build.xml | 2 +- src/shpub/Cli.php | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8149a25..96a59de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-09-15 Christian Weiske + + * New command: bookmark + * New option: --json to send request as JSON object + * Option --html on every content argument available now + * Version 0.1.0 + 2016-09-15 Christian Weiske * New command: update diff --git a/build.xml b/build.xml index 9c646b0..6ad92ac 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 697d934..9740f4e 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.6'; + $optParser->version = '0.1.0'; $optParser->subcommand_required = true; $optParser->addOption( -- 2.30.2