File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ Please see the [project documentation](https://socketry.github.io/async-service/
3131
3232Please see the [ project releases] ( https://socketry.github.io/async-service/releases/index ) for all releases.
3333
34+ ### v0.21.0
35+
36+ - Add missing bake files.
37+
3438### v0.20.1
3539
3640 - Use ` container.stopping? ` in policy to prevent redundant stop calls during graceful shutdown.
@@ -79,10 +83,6 @@ Please see the [project releases](https://socketry.github.io/async-service/relea
7983 - Rename ` ContainerEnvironment ` and ` ContainerService ` to ` Managed::Environment ` and ` Managed::Service ` respectively.
8084 - Health check uses ` Fiber.new{instance.ready!}.resume ` to confirm fiber allocation is working.
8185
82- ### v0.14.4
83-
84- - Use ` String::Format ` gem for formatting.
85-
8686## Contributing
8787
8888We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3+ ## v0.21.0
4+
5+ - Add missing bake files.
6+
37## v0.20.1
48
59 - Use ` container.stopping? ` in policy to prevent redundant stop calls during graceful shutdown.
You can’t perform that action at this time.
0 commit comments