From bc130abf66c8447254e2ac2e070970e40c0a0158 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Tue, 25 Jul 2023 11:01:12 -0800 Subject: [PATCH] prepped for release [git-p4: depot-paths = "//src/hoe/dev/": change = 13872] --- History.rdoc | 6 ++++++ lib/hoe.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.rdoc b/History.rdoc index f930b04..2518812 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,3 +1,9 @@ +=== 4.0.5 / 2023-07-25 + +* 1 bug fix: + + * sow: Fixed nested module directory creation. (chriscz) + === 4.0.4 / 2023-06-06 * 1 minor enhancement: diff --git a/lib/hoe.rb b/lib/hoe.rb index 27604f4..ec55dbc 100644 --- a/lib/hoe.rb +++ b/lib/hoe.rb @@ -87,7 +87,7 @@ class Hoe include Rake::DSL if defined?(Rake::DSL) # duh - VERSION = "4.0.4" + VERSION = "4.0.5" @@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package, :publish, :gemcutter, :signing, :test]