Skip to content

Commit 150d044

Browse files
committed
Bump minor version.
1 parent 1580c21 commit 150d044

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/async/container/supervisor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module Async
77
module Container
88
module Supervisor
9-
VERSION = "0.6.4"
9+
VERSION = "0.7.0"
1010
end
1111
end
1212
end

readme.md

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

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

25+
### v0.7.0
26+
27+
- If a memory leak is detected, sample memory usage for 60 seconds before exiting.
28+
2529
### v0.6.4
2630

2731
- Make client task (in supervised worker) transient, so that it doesn't keep the reactor alive unnecessarily. It also won't be stopped by default when SIGINT is received, so that the worker will remain connected to the supervisor until the worker is completely terminated.

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

55
- If a memory leak is detected, sample memory usage for 60 seconds before exiting.
66

0 commit comments

Comments
 (0)