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 78c0bd6..6c31f58 100644
--- a/History.rdoc
+++ b/History.rdoc
@@ -1,3 +1,10 @@
+=== 3.23.0 / 2021-05-29
+
+* 2 minor enhancements:
+
+ * Bump racc (plugin) dependency.
+ * Removed ruby18! and ruby19! methods. ugh
+
=== 3.22.3 / 2021-01-10
* 1 bug fix:
diff --git a/lib/hoe.rb b/lib/hoe.rb
index f7b096d..f0e6af1 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.3"
+ VERSION = "3.23.0"
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
:publish, :gemcutter, :signing, :test]