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 77module Memory
88 # @namespace
99 module Profiler
10- VERSION = "1.1.7 "
10+ VERSION = "1.1.8 "
1111 end
1212end
1313
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ Please see the [project documentation](https://socketry.github.io/memory-profile
2222
2323Please see the [ project releases] ( https://socketry.github.io/memory-profiler/releases/index ) for all releases.
2424
25+ ### v1.1.8
26+
27+ - Use single global queue for event handling to avoid incorrect ordering.
28+
2529### v1.1.7
2630
2731 - Expose ` Capture#statistics ` for debugging internal memory tracking state.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v1.1.8
44
55 - Use single global queue for event handling to avoid incorrect ordering.
66
You can’t perform that action at this time.
0 commit comments