Skip to content

Commit 21d71fa

Browse files
committed
Bump patch version.
1 parent 332c465 commit 21d71fa

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.34.4"
8+
VERSION = "0.34.5"
99
end
1010
end

readme.md

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

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

31+
### v0.34.5
32+
33+
- **Fixed**: `instance.exec` with `ready: true` no longer causes premature termination. The notification pipe is now always passed to the exec'd process.
34+
3135
### v0.34.4
3236

3337
- Add missing `bake` and `context` files to the release.
@@ -68,10 +72,6 @@ Please see the [project releases](https://socketry.github.io/async-container/rel
6872
- `SIGTERM` is now graceful, the same as `SIGINT`, for better compatibility with Kubernetes and systemd.
6973
- `ASYNC_CONTAINER_INTERRUPT_TIMEOUT` and `ASYNC_CONTAINER_TERMINATE_TIMEOUT` are removed and replaced by `ASYNC_CONTAINER_GRACEFUL_TIMEOUT`.
7074

71-
### v0.29.0
72-
73-
- Introduce `Client#healthy!` for sending health check messages.
74-
7575
## Contributing
7676

7777
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.34.5
44

55
- **Fixed**: `instance.exec` with `ready: true` no longer causes premature termination. The notification pipe is now always passed to the exec'd process.
66

0 commit comments

Comments
 (0)