File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 77module Memory
88 # @namespace
99 module Profiler
10- VERSION = "1.1.5 "
10+ VERSION = "1.1.6 "
1111 end
1212end
1313
Original file line number Diff line number Diff line change @@ -22,6 +22,12 @@ 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.6
26+
27+ - Write barriers all the things.
28+ - Better state handling and object increment/decrement counting.
29+ - Better call tree handling - including support for ` prune! ` .
30+
2531### v1.1.5
2632
2733 - Use queue for ` newobj ` too to avoid invoking user code during object allocation.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v1.1.6
44
55 - Write barriers all the things.
66 - Better state handling and object increment/decrement counting.
You can’t perform that action at this time.
0 commit comments