Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.05 KB

File metadata and controls

36 lines (24 loc) · 1.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.0 - 2026-03-23

Added

  • Metadata support for test reports (#34)
  • Lizard test reporting in CI and Minitest reporter plugin in test_helper (#30)

Removed

  • Ruby 3.2 support; minimum is now 3.3 (#20)

0.1.0 - 2026-02-16

Added

  • Minitest reporter and RSpec formatter
  • API client for Lizard service
  • LIZARD_REPORT env var to control reporting
  • CI workflow with Ruby 3.3–4.0 + head matrix
  • StandardRB linting
  • Dependabot for bundler and GitHub Actions
  • Release workflow publishing to GitHub Packages with GitHub Releases
  • SimpleCov + Codecov integration