File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 77# Copyright, 2020-2025, by Samuel Williams.
88
99module Memory
10- VERSION = "0.8.4 "
10+ VERSION = "0.9.0 "
1111end
Original file line number Diff line number Diff line change 9494
9595Please see the [ project releases] ( https://socketry.github.io/memory/releases/index ) for all releases.
9696
97+ ### v0.9.0
98+
99+ - Explicit ` ignore: ` and ` seen: ` parameters for ` Memory::Usage.of ` to allow customization of ignored types and tracking of seen objects.
100+
97101### v0.8.4
98102
99103 - Fix bugs when printing reports due to interface mismatch with ` Memory::Usage ` .
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.9.0
44
55 - Explicit ` ignore: ` and ` seen: ` parameters for ` Memory::Usage.of ` to allow customization of ignored types and tracking of seen objects.
66
You can’t perform that action at this time.
0 commit comments