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 2 days ago
v13.1.0 - rake Release Notes | AnnounceHQBack to changelogNew
v13.1.0
What's Changed
- Added dependabot.yml for actions by @hsbt in https://github.com/ruby/rake/pull/416
- Add Ruby 3.1 to the CI matrix by @petergoldstein in https://github.com/ruby/rake/pull/415
- (Performance) Remove unnecessary I/O syscalls for FileTasks by @da2x in https://github.com/ruby/rake/pull/393
- Skip test failure with JRuby by @hsbt in https://github.com/ruby/rake/pull/418
- Remove bin/rdoc by @tnir in https://github.com/ruby/rake/pull/421
- Remove bin/rake by @tnir in https://github.com/ruby/rake/pull/422
- Remove bin/bundle by @tnir in https://github.com/ruby/rake/pull/425
- Apply RuboCop linting for Ruby 2.3 by @tnir in https://github.com/ruby/rake/pull/423
- Update rubocop to work with Ruby 2.4 compatible by @tnir in https://github.com/ruby/rake/pull/424
- chore: fix typo in comments by @tnir in https://github.com/ruby/rake/pull/429
- Use 'test' as workflow name on Actions by @tnir in https://github.com/ruby/rake/pull/427
- docs: update CONTRIBUTING.rdoc by @tnir in https://github.com/ruby/rake/pull/428
- Add RuboCop job to Actions by @tnir in https://github.com/ruby/rake/pull/426
- Lock minitest-5.15.0 for Ruby 2.2 by @hsbt in https://github.com/ruby/rake/pull/442
Eagerly require set in thread_pool.rb by @jeremyevans in https://github.com/ruby/rake/pull/440Avoid creating an unnecessary thread pool by @jeremyevans in https://github.com/ruby/rake/pull/441Add credit for maintenance in Rake 12/13 by @tnir in https://github.com/ruby/rake/pull/443Sh fully echoes commands which error exit by @MarkDBlackwell in https://github.com/ruby/rake/pull/147Correct RuboCop offenses by @deivid-rodriguez in https://github.com/ruby/rake/pull/444[StepSecurity] ci: Harden GitHub Actions by @step-security-bot in https://github.com/ruby/rake/pull/450Add ruby 3.2 to test matrix by @hanneskaeufler in https://github.com/ruby/rake/pull/458Missing 'do' on example by @zzak in https://github.com/ruby/rake/pull/467Try to use dependabot automerge by @hsbt in https://github.com/ruby/rake/pull/470Rewrite auto-merge feature for dependabot by @hsbt in https://github.com/ruby/rake/pull/471Update bundler in Dependabot by @ono-max in https://github.com/ruby/rake/pull/472Fix grammar in help text by @mebezac in https://github.com/ruby/rake/pull/381Try to use ruby/ruby/.github/workflows/ruby_versions.yml@master by @hsbt in https://github.com/ruby/rake/pull/475Use GitHub Pages Action for generating rdoc page by @hsbt in https://github.com/ruby/rake/pull/477Support #detailed_message when task failed by @ksss in https://github.com/ruby/rake/pull/486Debug at stop when task fail by @ksss in https://github.com/ruby/rake/pull/489Drop to support Ruby 2.2 by @hsbt in https://github.com/ruby/rake/pull/492Bump up setup-ruby by @hsbt in https://github.com/ruby/rake/pull/497Update development dependencies by @hsbt in https://github.com/ruby/rake/pull/505New Contributors
- @petergoldstein made their first contribution in https://github.com/ruby/rake/pull/415
- @da2x made their first contribution in https://github.com/ruby/rake/pull/393
- @tnir made their first contribution in https://github.com/ruby/rake/pull/421
- @step-security-bot made their first contribution in https://github.com/ruby/rake/pull/450
- @hanneskaeufler made their first contribution in https://github.com/ruby/rake/pull/458
- @ono-max made their first contribution in https://github.com/ruby/rake/pull/472
- @mebezac made their first contribution in https://github.com/ruby/rake/pull/381
- @ksss made their first contribution in https://github.com/ruby/rake/pull/486
Full Changelog: https://github.com/ruby/rake/compare/v13.0.6...v13.1.0
Ruby