Releases: ruby/forwardable
Releases · ruby/forwardable
v1.4.0
What's Changed
- Migrate
set-outputto$GITHUB_OUTPUTby @bobby02832 in #26 - Use reusing workflow by @hsbt in #27
- Update test libraries from ruby/ruby 2023-03-24 by @hsbt in #28
- Exclude Ruby 2.4-2.6 from windows-latest by @hsbt in #29
- Use test-unit-ruby-core gem by @hsbt in #31
- [Feature #16495] Do not include a backtick in error messages and backtraces by @hsbt in #32
- Exclude older than 2.6 on macos-14 by @nobu in #33
- Add a workflow to sync commits to ruby/ruby by @k0kubun in #37
- [DOC] Missing documents by @nobu in #38
- Use generic argument forwarding (...) instead of ruby2_keywords on Ruby 2.7+ by @jeremyevans in #34
- Simpler and faster check for the delegation fastpath by @byroot in #39
New Contributors
- @bobby02832 made their first contribution in #26
- @dependabot[bot] made their first contribution in #30
- @nobu made their first contribution in #33
- @byroot made their first contribution in #39
Full Changelog: v1.3.3...v1.4.0
v1.3.3
What's Changed
- CI: Quote "3.0" in YAML by @olleolleolle in #20
- gemspec: Explicitly empty the executables list by @olleolleolle in #19
- s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #22
- Update actions by @hsbt in #23
- Added dependabot.yml for actions by @hsbt in #24
- Update Ruby versions on GHA with ci_versions/all.json by @hsbt in #25
- Improve Ractor-compliance by @rm155 in #21
New Contributors
- @olleolleolle made their first contribution in #20
- @k0kubun made their first contribution in #22
- @rm155 made their first contribution in #21
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- Improve README formatting by @AlexWayfer in #13
- Update Ruby versions for CI by @AlexWayfer in #15
- Add
Gemfile.lockto.gitignoreby @AlexWayfer in #16 - Specify minimum Ruby version by @marcandre in #18
New Contributors
- @AlexWayfer made their first contribution in #13
- @marcandre made their first contribution in #18
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Make def_*_delegator return name of method defined (Fixes #10) by @jeremyevans in #11
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Use test-unit instead of ruby core test suite. by @hsbt in #2
- Migrate GitHub Actions from Travis CI by @hsbt in #3
- Make def_{instance,single}_delegators skip :send and :id by @jeremyevans in #4
- Add
pull_requesttoon:by @znz in #8 - Update Spelling in README#Usage by @stratigos in #9
- Fix keyword argument separation warnings on Ruby 2.7+ by @jeremyevans in #5
New Contributors
- @znz made their first contribution in #8
- @stratigos made their first contribution in #9
Full Changelog: v1.2.0...v1.3.0