File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
lib/async/container/supervisor Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 66module Async
77 module Container
88 module Supervisor
9- VERSION = "0.5.2 "
9+ VERSION = "0.6.0 "
1010 end
1111 end
1212end
Original file line number Diff line number Diff line change @@ -20,6 +20,10 @@ Please see the [project documentation](https://socketry.github.io/async-containe
2020
2121Please see the [ project releases] ( https://socketry.github.io/async-container-supervisor/releases/index ) for all releases.
2222
23+ ### v0.6.0
24+
25+ - Add ` async:container:supervisor:reload ` command to restart the container (blue/green deployment).
26+
2327### v0.1.0
2428
2529 - Initial implementation.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.6.0
44
55 - Add ` async:container:supervisor:reload ` command to restart the container (blue/green deployment).
66
You can’t perform that action at this time.
0 commit comments