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 55
66module Memory
77 module Leak
8- VERSION = "0.6 .0"
8+ VERSION = "0.7 .0"
99 end
1010end
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ Please see the [project documentation](https://socketry.github.io/memory-leak/)
1212
1313Please see the [ project releases] ( https://socketry.github.io/memory-leak/releases/index ) for all releases.
1414
15+ ### v0.7.0
16+
17+ - Make both ` increase_limit ` and ` maximum_size_limit ` optional (if ` nil ` ).
18+
1519### v0.6.0
1620
1721 - Added ` sample_count ` attribute to monitor to track number of samples taken.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.7.0
44
55 - Make both ` increase_limit ` and ` maximum_size_limit ` optional (if ` nil ` ).
66
You can’t perform that action at this time.
0 commit comments