Prepare 0.6.0 v0.6.0
authorChristian Weiske <cweiske@cweiske.de>
Mon, 13 Nov 2017 06:41:32 +0000 (07:41 +0100)
committerChristian Weiske <cweiske@cweiske.de>
Mon, 13 Nov 2017 06:41:32 +0000 (07:41 +0100)
ChangeLog
build.xml
src/shpub/Cli.php

index 205321c9831ba00a5b80bdab32ff6e6c5b851a10..1b486da94b34902997f95e88a3f931da0d7138fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-13  Christian Weiske  <cweiske@cweiske.de>
+
+       * Add "x" command to post custom types
+       * Version 0.6.0
+
 2017-10-28  Christian Weiske  <cweiske@cweiske.de>
 
        * Fix handling of auth URLs with "?" in them
index 7c8ac5d6d27e8309e3e4a4abf75da01a547eaa47..d48ad3dc4f7bbc0a49148345614840ddfe153d9d 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <project name="shpub" default="phar" basedir=".">
 
- <property name="version"  value="0.5.2" />
+ <property name="version"  value="0.6.0" />
  <property name="pharfile" value="${phing.dir}/dist/${phing.project.name}-${version}.phar" />
  <property name="libdir" value="${phing.dir}/lib"/>
 
index f1a625986eb1800e2456b47f009d507ae863bb11..113c149b8829a45a7e8a146bbda23923ea12b714 100644 (file)
@@ -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(