summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History.rdoc7
-rw-r--r--lib/hoe.rb2
2 files changed, 8 insertions, 1 deletions
diff --git a/History.rdoc b/History.rdoc
index 7041ade..6e2fa29 100644
--- a/History.rdoc
+++ b/History.rdoc
@@ -1,3 +1,10 @@
+=== 3.20.0 / 2019-11-09
+
+* 2 minor enhancements:
+
+ * Added <test>:isolated task that runs tests in parallel. Replaces <test>:dep task.
+ * Bumped rake dependency to be < 15.
+
=== 3.19.0 / 2019-10-29
* 4 minor enhancements:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index 6a52fb7..4d6f42e 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.19.0"
+ VERSION = "3.20.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]