Skip to content

Commit 61c3517

Browse files
committed
prepped for release
[git-p4: depot-paths = "//src/hoe/dev/": change = 14805]
1 parent 8dab12c commit 61c3517

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

History.rdoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
=== 4.5.0 / 2025-12-24
2+
3+
* 3 minor enhancements:
4+
5+
* Added Hoe::Git plugin, forked from jbarnette/hoe-git + halostatue/hoe-git2
6+
* Bumped ruby version to 3.2+.
7+
* Clarified dependency on rake to ~> 13.0.
8+
19
=== 4.4.0 / 2025-12-22
210

311
* 1 minor enhancement:

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.4.0"
90+
VERSION = "4.5.0"
9191

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

0 commit comments

Comments
 (0)