Unclaimed project
Are you a maintainer of rake? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
rake
A make-like build utility for Ruby.
hacktoberfestrakerakefileruby
Last updated 20 days ago
v13.3.0 - rake Release Notes | AnnounceHQBack to changelogWhat'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_relative in 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
win32ole by @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
$trace global variable / option by @pvdb in https://github.com/ruby/rake/pull/592
- Link to Jim's last
rake commit (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_FEATURES built-in instead of by @pvdb in https://github.com/ruby/rake/pull/605
$"
refactor: remove "exposed" @system_dir instance variable (in helper method) by @pvdb in https://github.com/ruby/rake/pull/604refactor: simplify Rake::Application#system_dir method by @pvdb in https://github.com/ruby/rake/pull/591Remove unused argument by @takmar in https://github.com/ruby/rake/pull/623Use latest RDoc release instead of Ruby 3.2's default version by @st0012 in https://github.com/ruby/rake/pull/630Enabled trusted publisher for rubygems.org by @hsbt in https://github.com/ruby/rake/pull/634refactor: use Dir.home to find rake's standard system dir by @pvdb in https://github.com/ruby/rake/pull/608Fix RDoc links in Rake Information section by @komagata in https://github.com/ruby/rake/pull/627refactor: move dependency requires to ruby_runner.rb file by @pvdb in https://github.com/ruby/rake/pull/609Pattern matching support for arguments by @rgarner in https://github.com/ruby/rake/pull/515New 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