Skip to content

Commit dd7f1ef

Browse files
committed
Bump minor version.
1 parent b531a92 commit dd7f1ef

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.20.1"
8+
VERSION = "0.21.0"
99
end
1010
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Please see the [project documentation](https://socketry.github.io/async-containe
2222

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

25+
### v0.21.0
26+
27+
- Use `SIGKILL`/`Thread#kill` when the health check fails. In some cases, `SIGTERM` may not be sufficient to terminate a process because the signal can be ignored or the process may be in an uninterruptible state.
28+
2529
### v0.20.1
2630

2731
- Fix compatibility between <code class="language-ruby">Async::Container::Hybrid</code> and the health check.

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.21.0
44

55
- Use `SIGKILL`/`Thread#kill` when the health check fails. In some cases, `SIGTERM` may not be sufficient to terminate a process because the signal can be ignored or the process may be in an uninterruptible state.
66

0 commit comments

Comments
 (0)