New
v13.3.0
What's Changed
- Add missing changelog by @VitaliySerov in https://github.com/ruby/rake/pull/555
- Exclude 2.3-2.5 on macos-14 iamge by @hsbt in https://github.com/ruby/rake/pull/563
- Use
require_relativein the Rake codebase by @koic in https://github.com/ruby/rake/pull/566 - Provide a 'Changelog' link on rubygems.org/gems/rake by @mark-young-atg in https://github.com/ruby/rake/pull/572
- Remove dependency on
win32oleby @Earlopain in https://github.com/ruby/rake/pull/573 - Switch changelog_uri to releases tab by @fynsta in https://github.com/ruby/rake/pull/577
- chore: refactor/reformat the heredocs (in tests) ... by @pvdb in https://github.com/ruby/rake/pull/589
- chore: remove
$traceglobal variable / option by @pvdb in https://github.com/ruby/rake/pull/592 - Link to Jim's last
rakecommit (not the git tree with that SHA) by @pvdb in https://github.com/ruby/rake/pull/593 - chore: refactor how temporary files are created (in tests) by @pvdb in https://github.com/ruby/rake/pull/590
- refactor: use
$LOADED_FEATURESbuilt-in instead of$"by @pvdb in https://github.com/ruby/rake/pull/605 - refactor: remove "exposed"
@system_dirinstance variable (in helper method) by @pvdb in https://github.com/ruby/rake/pull/604 - refactor: simplify
Rake::Application#system_dirmethod by @pvdb in https://github.com/ruby/rake/pull/591 - Remove unused argument by @takmar in https://github.com/ruby/rake/pull/623
- Use latest RDoc release instead of Ruby 3.2's default version by @st0012 in https://github.com/ruby/rake/pull/630
- Enabled trusted publisher for rubygems.org by @hsbt in https://github.com/ruby/rake/pull/634
- refactor: use
Dir.hometo findrake's standard system dir by @pvdb in https://github.com/ruby/rake/pull/608 - Fix RDoc links in Rake Information section by @komagata in https://github.com/ruby/rake/pull/627
- refactor: move dependency requires to
ruby_runner.rbfile by @pvdb in https://github.com/ruby/rake/pull/609 - Pattern matching support for arguments by @rgarner in https://github.com/ruby/rake/pull/515
New Contributors
- @VitaliySerov made their first contribution in https://github.com/ruby/rake/pull/555
- @koic made their first contribution in https://github.com/ruby/rake/pull/566
- @mark-young-atg made their first contribution in https://github.com/ruby/rake/pull/572
- @Earlopain made their first contribution in https://github.com/ruby/rake/pull/573
- @fynsta made their first contribution in https://github.com/ruby/rake/pull/577
- @takmar made their first contribution in https://github.com/ruby/rake/pull/623
- @st0012 made their first contribution in https://github.com/ruby/rake/pull/630
- @komagata made their first contribution in https://github.com/ruby/rake/pull/627
- @rgarner made their first contribution in https://github.com/ruby/rake/pull/515
Full Changelog: https://github.com/ruby/rake/compare/v13.2.1...v13.3.0