We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda392b commit 3768392Copy full SHA for 3768392
lib/async/container/version.rb
@@ -5,6 +5,6 @@
5
6
module Async
7
module Container
8
- VERSION = "0.27.1"
+ VERSION = "0.27.2"
9
end
10
readme.md
@@ -26,6 +26,10 @@ Please see the [project documentation](https://socketry.github.io/async-containe
26
27
Please see the [project releases](https://socketry.github.io/async-container/releases/index) for all releases.
28
29
+### v0.27.2
30
+
31
+ - More logging, especially around failure cases.
32
33
### v0.27.1
34
35
- Log caller and timeout when waiting on a child instance to exit, if it blocks.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.27.2
4
- More logging, especially around failure cases.
0 commit comments