Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1.02 KB

CHANGELOG for monotonic_tick_count

Inspired by Keep a Changelog.

Note: this project adheres to Semantic Versioning.

1.1.0 - 2023-03-06

Added

  • Relaxed upperbound for ActiveSupport making it compatible for 7

1.0.0 - Unreleased

Removed

  • Removed explicit support for Rails 4 in testing

0.3.0 - 2020-07-24

Added

  • Added support for rails 5 and 6

0.2.1 - 2020-07-09

Changed

  • MonotonicTickCount#timer: yield start_tick to block

0.2.0 - 2020-04-21

Added

  • jenkins pipeline

Changed

  • prepared for initial release