Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 797 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 797 Bytes

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.3.0 - 2024-07-16

Changed

  • Changed the block passed to appraisal_matrix to be called with the versions of gems for the current matrix entry.

0.2.0 - 2024-07-09

Added

  • Support special request options for appraisal_matrix:
    • versions: An array of version restriction strings.
    • step: The granularity of a release to be included in the matrix. Allowed to be :major, :minor, or :patch.

[0.1.0] - 2024-06-26

Added

  • Add an extension to the Appraisal gem that provides an interface for generating a matrix of appraisals.