Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 767 Bytes

CHANGELOG.md

File metadata and controls

34 lines (19 loc) · 767 Bytes

[Unreleased]

[0.3.0] - 2024-01-04

Added

  • Ruby 3.3 metrics: marking_time and sweeping_time. @aroop in #5

[0.2.1] - 2022-06-22

Fixed

  • Declare time metric for GC only on Ruby 3.1. @Envek

[0.2.0] - 2022-06-21

Added

  • Ruby 3.1 metrics: time, total_moved_objects, read_barrier_faults. @tarapon in #3

[0.1.1] - 2021-02-24

Added

  • compact_count metric. @ianks

[0.1.0] - 2021-02-24

  • Initial release