Skip to content

Commit f1e1f84

Browse files
committed
Bump patch version.
1 parent ca56167 commit f1e1f84

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.0"
10+
VERSION = "1.6.1"
1111
end
1212
end
1313

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ 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.1
26+
27+
- Add `track_all` option to `Sampler`.
28+
29+
### v1.6.0
30+
31+
- Add `Capture#track_all` which defaults to false.
32+
2533
### v1.5.1
2634

2735
- Improve performance of object table.
@@ -71,14 +79,6 @@ Please see the [project releases](https://socketry.github.io/memory-profiler/rel
7179
- Fix sampler loop interval handling.
7280
- Log capture statistics from sampler run loop.
7381

74-
### v1.1.12
75-
76-
- Use `rb_obj_id` for tracking object states to avoid compaction issues.
77-
78-
### v1.1.11
79-
80-
- Double buffer shared events queues to fix queue corruption.
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.1
44

55
- Add `track_all` option to `Sampler`.
66

0 commit comments

Comments
 (0)