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 6
6
module Async
7
7
module Container
8
8
module Supervisor
9
- VERSION = "0.5.2 "
9
+ VERSION = "0.6.0 "
10
10
end
11
11
end
12
12
end
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
20
20
21
21
Please see the [ project releases] ( https://socketry.github.io/async-container-supervisor/releases/index ) for all releases.
22
22
23
+ ### v0.6.0
24
+
25
+ - Add ` async:container:supervisor:reload ` command to restart the container (blue/green deployment).
26
+
23
27
### v0.1.0
24
28
25
29
- Initial implementation.
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.6.0
4
4
5
5
- Add ` async:container:supervisor:reload ` command to restart the container (blue/green deployment).
6
6
You can’t perform that action at this time.
0 commit comments