File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66# @namespace
77module Toolbox
8- VERSION = "0.3 .0"
8+ VERSION = "0.4 .0"
99end
1010
Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ Please see the [project documentation](https://socketry.github.io/toolbox/) for
3131
3232Please see the [ project releases] ( https://socketry.github.io/toolbox/releases/index ) for all releases.
3333
34+ ### v0.4.0
35+
36+ - Better support for printing ` T_OBJECT ` values, including class name.
37+ - Introduce ` rb-heap-dump ` command to dump the Ruby heap to a JSON file, with optional type filtering and limit.
38+
3439### v0.2.0
3540
3641 - Introduce support for ` lldb ` using debugger shims.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.4.0
44
55 - Better support for printing ` T_OBJECT ` values, including class name.
66 - Introduce ` rb-heap-dump ` command to dump the Ruby heap to a JSON file, with optional type filtering and limit.
You can’t perform that action at this time.
0 commit comments