Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 589 Bytes

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 589 Bytes

Change Log

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

[Unreleased]

Added

  • Support for Ruby 3.2
  • Test running script bin/test

Removed

  • Support for Ruby 2.6

[0.3.0] - 2022-10-18

This is the initial version of this fork.

Changed

  • Refactored the code to be more legible

Added

  • Support for Ruby 3.0
  • Support for Ruby 3.1
  • Rubocop configuration
  • GitHub workflow for tests on 4 last major Ruby versions (2.6, 2.7, 3.0, 3.1)