File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 77module Memory
88 # @namespace
99 module Profiler
10- VERSION = "1.1.4 "
10+ VERSION = "1.1.5 "
1111 end
1212end
1313
Original file line number Diff line number Diff line change @@ -22,9 +22,13 @@ 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.5
26+
27+ - Use queue for ` newobj ` too to avoid invoking user code during object allocation.
28+
2529### v1.1.2
2630
27- - Fix handling of GC compaction (I hope).
31+ - Fix handling of GC compaction (I hope).
2832
2933### v0.1.0
3034
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v1.1.5
44
55 - Use queue for ` newobj ` too to avoid invoking user code during object allocation.
66
You can’t perform that action at this time.
0 commit comments