Skip to content

Commit 84e95b2

Browse files
committed
Bump minor version.
1 parent 738efce commit 84e95b2

3 files changed

Lines changed: 6 additions & 7 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.33.0"
8+
VERSION = "0.34.0"
99
end
1010
end

readme.md

Lines changed: 4 additions & 5 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.0
32+
33+
- Add `Async::Container::Generic#stopping?` so that policies can more accurately track the state of the container.
34+
3135
### v0.33.0
3236

3337
- Add `Policy#make_statistics` to allow policies to customize statistics initialization.
@@ -69,11 +73,6 @@ Please see the [project releases](https://socketry.github.io/async-container/rel
6973

7074
- Fix race condition where `wait_for` could modify `@running` while it was being iterated over (`each_value`) during health checks.
7175

72-
### v0.27.3
73-
74-
- Add log for starting child, including container statistics.
75-
- Don't try to (log) "terminate 0 child processes" if there are none.
76-
7776
## Contributing
7877

7978
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.0
44

55
- Add `Async::Container::Generic#stopping?` so that policies can more accurately track the state of the container.
66

0 commit comments

Comments
 (0)