summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--History.rdoc6
-rw-r--r--lib/hoe.rb2
2 files changed, 7 insertions, 1 deletions
diff --git a/History.rdoc b/History.rdoc
index 3d02b7c..2599da2 100644
--- a/History.rdoc
+++ b/History.rdoc
@@ -1,3 +1,9 @@
+=== 3.22.2 / 2020-08-31
+
+* 1 bug fix:
+
+ * Bumped ruby version to include 3.0 (trunk).
+
=== 3.22.1 / 2020-02-12
* 1 bug fix:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index d1e0acb..10f583f 100644
--- a/lib/hoe.rb
+++ b/lib/hoe.rb
@@ -87,7 +87,7 @@ class Hoe
include Rake::DSL if defined?(Rake::DSL)
# duh
- VERSION = "3.22.1"
+ VERSION = "3.22.2"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]