summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2013-01-22 17:10:07 -0800
committerRyan Davis <ryand@zenspider.com>2013-01-22 17:10:07 -0800
commit527bde1b1de485a5d00a811783bdcfa5031aab6d (patch)
tree13f32460e315f1d1cdb10b60f279e3e35cf65602
parentfe5be399dad020ce44e04e67e6887d6f77fb0e11 (diff)
downloadhoe-527bde1b1de485a5d00a811783bdcfa5031aab6d.tar.gz
prepped for releasev3.5.0
[git-p4: depot-paths = "//src/hoe/dev/": change = 8140]
-rw-r--r--History.txt6
-rw-r--r--lib/hoe.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/History.txt b/History.txt
index f844975..0c4a105 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+=== 3.5.0 / 2013-01-22
+
+* 1 minor enhancement:
+
+ * Added optional cmd field in blog setup for hoe/publish
+
=== 3.4.1 / 2013-01-16
* 1 bug fix:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 402f5a7..c7571a0 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -91,7 +91,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = '3.4.1'
+ VERSION = '3.5.0'
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]