Skip to content

Commit bda1baa

Browse files
committed
Bump patch version.
1 parent 4537e5d commit bda1baa

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.3"
9+
VERSION = "0.6.4"
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.6.4
26+
27+
- 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.
28+
2529
### v0.6.3
2630

2731
- Add agent context documentation.

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

55
- 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.
66

0 commit comments

Comments
 (0)