Skip to content

Commit a6fe4b0

Browse files
committed
prepped for release
[git-p4: depot-paths = "//src/hoe/dev/": change = 14850]
1 parent e3c8fae commit a6fe4b0

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

History.rdoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
=== 4.5.1 / 2026-01-02
2+
3+
* 2 bug fixes:
4+
5+
* Bump rdoc dependency to include 7.x.
6+
* Fix to load hoe plugins w/ camel-case.
7+
18
=== 4.5.0 / 2025-12-24
29

310
* 3 minor enhancements:

lib/hoe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class Hoe
8787
include Rake::DSL if defined?(Rake::DSL)
8888

8989
# duh
90-
VERSION = "4.5.0"
90+
VERSION = "4.5.1"
9191

9292
@@plugins = [:clean, :debug, :deps, :flay, :flog, :newb, :package,
9393
:publish, :gemcutter, :signing, :test]

0 commit comments

Comments
 (0)