Skip to content

Commit a557bee

Browse files
committed
Bump patch version.
1 parent 4917723 commit a557bee

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

lib/async/container/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module Container
8-
VERSION = "0.27.2"
8+
VERSION = "0.27.3"
99
end
1010
end

readme.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Please see the [project documentation](https://socketry.github.io/async-containe
2626

2727
Please see the [project releases](https://socketry.github.io/async-container/releases/index) for all releases.
2828

29+
### v0.27.3
30+
31+
- Add log for starting child, including container statistics.
32+
- Don't try to (log) "terminate 0 child processes" if there are none.
33+
2934
### v0.27.2
3035

3136
- More logging, especially around failure cases.
@@ -64,12 +69,6 @@ Please see the [project releases](https://socketry.github.io/async-container/rel
6469
- Fix compatibility between <code class="language-ruby">Async::Container::Hybrid</code> and the health check.
6570
- <code class="language-ruby">Async::Container::Generic\#initialize</code> passes unused arguments through to <code class="language-ruby">Async::Container::Group</code>.
6671

67-
### v0.20.0
68-
69-
- Improve container signal handling reliability by using `Thread.handle_interrupt` except at known safe points.
70-
- Improved logging when child process fails and container startup.
71-
- [Add `health_check_timeout` for detecting hung processes.](https://socketry.github.io/async-container/releases/index#add-health_check_timeout-for-detecting-hung-processes.)
72-
7372
## Contributing
7473

7574
We welcome contributions to this project.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.27.3
44

55
- Add log for starting child, including container statistics.
66
- Don't try to (log) "terminate 0 child processes" if there are none.

0 commit comments

Comments
 (0)