Releases: briandunn/flatware
Releases · briandunn/flatware
v2.4.0
What's Changed
- Allow ruby version 4.0 in gemspec by @obrie in #113
- Fix deprecation warning on rubocop plugins/require change by @mjankowski in #114
- remove support for eol ruby 3.1 by @briandunn in #116
- Drop EOL ruby/rspec combinations by @mjankowski in #117
- Remove CC from README.md. by @simi in #119
- Add Changelog, misc typo fixes by @mjankowski in #118
New Contributors
Full Changelog: v2.3.4...v2.4.0
v2.3.4
What's Changed
- Address rubocop offences by @yuki24 in #99
- Address warnings for logger and ostruct by @yuki24 in #100
- Allow ruby version 3.4 in gemspec by @mjankowski in #104
New Contributors
Full Changelog: v2.3.3...v2.3.4
v2.3.3
What's Changed
- remove eol rubies by @briandunn in #95
- Add drb to gemspec by @ayunker in #94
- fan: exit with non-zero status on failure by @jdelStrother in #93
- Replace broken relish app doc link with rspec.info link by @mjankowski in #91
New Contributors
- @ayunker made their first contribution in #94
- @mjankowski made their first contribution in #91
Full Changelog: v2.3.2...v2.3.3
v2.3.2
v2.3.1
What's Changed
- Fix: Use max for duration and load_time in SummaryNotification by @tomasdundacek in #83
- Fix: flatware hangs if a worker dies by @briandunn in #82
New Contributors
- @tomasdundacek made their first contribution in #83
- @obrie first tackled handling the
CLDsignal in #81
Full Changelog: v2.2.1...v2.3.1
v2.2.1
What's Changed
- Fix DRbUnknown error with unserializable Exception causes by @jdelStrother in #79
- Continue even if Process.setpgrp fails by @PChambino in #80
New Contributors
- @jdelStrother made their first contribution in #79
- @PChambino made their first contribution in #80
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Add support for ruby 3.3 by @a666 in #76
- Use SVG badge in README.md [ci skip] by @olleolleolle in #69
New Contributors
- @a666 made their first contribution in #76
- @olleolleolle made their first contribution in #69
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.0.rc3
- fixes crash when rspec exception contains references to constants that aren't loaded in the sink
- prints all rspec deprecation warnings at once at the end of the run (like
rspec -f progress)
v2.0.0.rc2
fix crash when specs have it_should_behave_like(ConstantName)