Skip to content

Commit a64dafd

Browse files
committed
Bump minor version.
1 parent 39ba205 commit a64dafd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

lib/memory/leak/version.rb

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

66
module Memory
77
module Leak
8-
VERSION = "0.5.2"
8+
VERSION = "0.6.0"
99
end
1010
end

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ Please see the [project documentation](https://socketry.github.io/memory-leak/)
1212

1313
Please see the [project releases](https://socketry.github.io/memory-leak/releases/index) for all releases.
1414

15+
### v0.6.0
16+
17+
- Added `sample_count` attribute to monitor to track number of samples taken.
18+
- `check!` method in cluster now returns an array of leaking monitors if no block is given.
19+
- `Cluster#check!` now invokes `Monitor#sample!` to ensure memory usage is updated before checking for leaks.
20+
1521
### v0.5.0
1622

1723
- Improved variable names.

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.6.0
44

55
- Added `sample_count` attribute to monitor to track number of samples taken.
66
- `check!` method in cluster now returns an array of leaking monitors if no block is given.

0 commit comments

Comments
 (0)