Features
- Add automated release workflow with release-please (14ca244)
- Refactor version management and modernize gemspec (2aa5f96)
Bug Fixes
- Change branch references from main to master (9a841c9)
- Update branch references from main to master (ea50994)
- Fix incompatibility with simplecov < 0.18 by adding
respond_to?
check forbranch_coverage?
method (0b3a499) — thanks @RobinDaugherty - Fix instance variable not initialized warning for
@single_report_path
(30e6751) — thanks @MattFenelon - Add LF (Lines Found) and LH (Lines Hit) to LCOV output (32c2516) — thanks @ricardokrieg
- Avoid blank lines in LCOV output (b2d0a3b) — thanks @apiology