File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 55
66module Async
77 module Container
8- VERSION = "0.27.0 "
8+ VERSION = "0.27.1 "
99 end
1010end
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/releases/index ) for all releases.
2828
29+ ### v0.27.1
30+
31+ - Log caller and timeout when waiting on a child instance to exit, if it blocks.
32+
2933### v0.27.0
3034
3135 - Increased default interrupt timeout and terminate timeout to 10 seconds each.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.27.1
44
55 - Log caller and timeout when waiting on a child instance to exit, if it blocks.
66
You can’t perform that action at this time.
0 commit comments