Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

40 lines (29 loc) · 1.24 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.

1.2.0 - 2022-12-27

Changed

  • Add support for Ruby v3
  • Drop support fror Ruby < v2.6
  • Update dependencies

1.1.0 - 2020-06-14

Added

  • A seed: keyword argument for Stroop::Set#initialize
  • --seed/-s CLI option to pass a random seed which is used to generate the color words

1.0.0 - 2020-05-21

Removed

  • Drop support for Ruby <= v2.4

Fixed

  • Color displaying for the word panel
  • Ensure same colors do not appear multiple times in one row

Security

0.1.0 - 2015-11-07

  • Inital release