summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b884c17..11d12ef 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,9 @@
+=== 3.11.0 / 2014-04-02
+
+* 1 minor enhancement:
+
+ * Added test:slow task so I don't have to remember sort's flags anymore. YAY for UNIX!
+
=== 3.10.0 / 2014-03-14
* 1 major enhancement:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index cfb659a..3433c4c 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.10.0"
+ VERSION = "3.11.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]