Skip to content

Commit 7e1eaf9

Browse files
committed
Bump patch version.
1 parent 33c3978 commit 7e1eaf9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/memory/profiler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module Memory
88
# @namespace
99
module Profiler
10-
VERSION = "1.6.2"
10+
VERSION = "1.6.3"
1111
end
1212
end
1313

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Please see the [project documentation](https://socketry.github.io/memory-profile
2222

2323
Please see the [project releases](https://socketry.github.io/memory-profiler/releases/index) for all releases.
2424

25+
### v1.6.3
26+
27+
- Fix GC handling during `each_object` (it was incorrectly inverted).
28+
2529
### v1.6.2
2630

2731
- Ensure all `FREEOBJ` events are enqueued.
@@ -75,10 +79,6 @@ Please see the [project releases](https://socketry.github.io/memory-profiler/rel
7579

7680
- Ignore `freeobj` for classes that are not being tracked.
7781

78-
### v1.1.14
79-
80-
- Ignore `freeobj` events for objects with anonymous classes that are not tracked (and thus become `T_NONE`).
81-
8282
## Contributing
8383

8484
We welcome contributions to this project.

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+
## v1.6.3
44

55
- Fix GC handling during `each_object` (it was incorrectly inverted).
66

0 commit comments

Comments
 (0)