Releases: ruby/tempfile
Releases · ruby/tempfile
v0.3.0
What's Changed
- Add LICENSE.txt by @hsbt in #26
- [DOC] Missing documents by @nobu in #27
- Use
IO.popen
to list files by @nobu in #28 - Ignore lockfile by @hsbt in #29
- Fix for environment without git by @nobu in #30
- Ensure finalizer order in Tempfile by @peterzhu2118 in #31
- Add FinalizerManager to manage finalizers by @peterzhu2118 in #34
- File.new(fileno, mode: mode, path: path) is provided from Ruby 3.2 by @hsbt in #35
- Support anonymous tempfile on earlier than Ruby 3.2 by @nobu in #36
- Add link to RDoc by @mperham in #37
New Contributors
- @nobu made their first contribution in #27
- @peterzhu2118 made their first contribution in #31
- @mperham made their first contribution in #37
Full Changelog: v0.2.1...v0.3.0
v0.2.0
What's Changed
- Adds Ruby 3.2 to the CI matrix by @petergoldstein in #13
- Improve actions by @hsbt in #14
- Fix inconsistency in doc of Tempfile.create by @svoop in #15
- Update test libraries from ruby/ruby 2023-03-24 by @hsbt in #16
- Expose Tempfile::VERSION by @hsbt in #18
- Use test-unit-ruby-core gem by @hsbt in #20
New Contributors
- @petergoldstein made their first contribution in #13
- @svoop made their first contribution in #15
Full Changelog: v0.1.3...v0.2.0
v0.1.3
What's Changed
- s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #6
- Added dependabot.yml for actions by @hsbt in #8
- Bump actions/checkout from 2 to 3 by @dependabot in #9
- Enhanced RDoc for ::new and ::create by @BurdetteLamar in #10
- CI: Add Ruby 3.0, 3.1 by @olleolleolle in #12
- Drop unused gemspec directives by @olleolleolle in #11
New Contributors
- @k0kubun made their first contribution in #6
- @dependabot made their first contribution in #9
- @BurdetteLamar made their first contribution in #10
- @olleolleolle made their first contribution in #12
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Use GitHub Actions instead of Travis CI by @hsbt in #1
- Unlink the file for Tempfile.open with a block by @eregon in #3
- Revert Tempfile.open unlinking the file by @jeremyevans in #4
- Improve the documentation for Tempfile.create and recommend Tempfile.open instead by @eregon in #5
New Contributors
- @eregon made their first contribution in #3
- @jeremyevans made their first contribution in #4
Full Changelog: https://github.com/ruby/tempfile/commits/v0.1.1