Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.06 KB

File metadata and controls

41 lines (25 loc) · 1.06 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.

2.1.0 - 2025-06-30

Added

  • Support for Ruby versions 3.3 and 3.4
  • InsecureRandom.disabled? method
  • InsecureRandom.disable method

Changed

  • Refreshed development dependency version requirements

Fixed

  • Bug where InsecureRandom.enable disabled afterward, even when not originally disabled

2.0.0 - 2024-04-13

Added

  • Support for Ruby versions 3.0, 3.1, and 3.2
  • Ability to enable and disable repeatability
  • RuboCop style linting

1.0.0 - 2013-05-03

Initial release!