Skip to content

Commit a54f573

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

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

History.rdoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
=== 4.6.1 / 2026-02-23
2+
3+
* 1 minor enhancement:
4+
5+
* Added -C dir arg to sow to cd to dir before creating so I can test local changes easier.
6+
7+
* 2 bug fixes:
8+
9+
* Fixes for a very buggy rdoc... wtf
10+
* Switch to pp for debug_gem. Long file lists are finally readable. Gem#to_ruby is ugly as fuck.
11+
112
=== 4.6.0 / 2026-01-28
213

314
* 6 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.6.0"
90+
VERSION = "4.6.1"
9191

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

0 commit comments

Comments
 (0)