Skip to content

Commit fe29b0d

Browse files
committed
Bump minor version.
1 parent 45c6287 commit fe29b0d

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

lib/toolbox/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
# @namespace
77
module Toolbox
8-
VERSION = "0.3.0"
8+
VERSION = "0.4.0"
99
end
1010

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ Please see the [project documentation](https://socketry.github.io/toolbox/) for
3131

3232
Please 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.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.

0 commit comments

Comments
 (0)