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.10.2 "
8+ VERSION = "0.10.3 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ Please see the [project documentation](https://socketry.github.io/memory-leak/)
1414
1515Please see the [ project releases] ( https://socketry.github.io/memory-leak/releases/index ) for all releases.
1616
17+ ### v0.10.3
18+
19+ - Move normal memory usage logs to ` debug ` level instead of ` info ` to reduce noise in production environments.
20+
1721### v0.10.2
1822
1923 - Disable default ` increase_limit: nil ` .
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.10.3
44
55 - Move normal memory usage logs to ` debug ` level instead of ` info ` to reduce noise in production environments.
66
You can’t perform that action at this time.
0 commit comments