This repository was archived by the owner on Mar 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
lib/async/container/supervisor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module Async
99 module Container
1010 # @namespace
1111 module Supervisor
12- VERSION = "0.10.0 "
12+ VERSION = "0.10.1 "
1313 end
1414 end
1515end
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ Please see the [project documentation](https://socketry.github.io/async-containe
2626
2727Please see the [ project releases] ( https://socketry.github.io/async-container-supervisor/releases/index ) for all releases.
2828
29+ ### v0.10.1
30+
31+ - Remove extraneous "Memory leak detected\! " logs.
32+
2933### v0.10.0
3034
3135 - Add support for ` Memory::Leak::Cluster ` ` free_size_minimum: ` .
@@ -66,10 +70,6 @@ Please see the [project releases](https://socketry.github.io/async-container-sup
6670
6771 - Fix timed out RPCs and subsequent responses which should be ignored.
6872
69- ### v0.6.0
70-
71- - Add ` async:container:supervisor:reload ` command to restart the container (blue/green deployment).
72-
7373## Contributing
7474
7575We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.10.1
44
5- - Remove extraneous "Memory leak detected!" logs.
5+ - Remove extraneous "Memory leak detected\ ! " logs.
66
77## v0.10.0
88
You can’t perform that action at this time.
0 commit comments