+
+ * New commands: delete, article, repost
+ * All post commands share the same generic options
+ * New options: category, slug, html, x (generic option)
+ * File types are determined automatically
+ * Versio 0.0.5
+
* --publish option for "note" command
<?xml version="1.0" encoding="utf-8"?>
<project name="shpub" default="phar" basedir=".">
- <property name="version" value="0.0.4" />
+ <property name="version" value="0.0.5" />
<property name="pharfile" value="${phing.dir}/dist/${phing.project.name}-${version}.phar" />
<property name="libdir" value="${phing.dir}/lib"/>
{
$optParser = new \Console_CommandLine();
$optParser->description = 'shpub';
- $optParser->version = '0.0.4';
+ $optParser->version = '0.0.5';
$optParser->subcommand_required = true;
$optParser->addOption(