Skip to content

Commit f43693c

Browse files
committed
Bump minor version.
1 parent 89ece0a commit f43693c

3 files changed

Lines changed: 7 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.31.1"
8+
VERSION = "0.32.0"
99
end
1010
end

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ 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.32.0
32+
33+
- Minor **breaking** changes to `Async::Container::Policy` interface.
34+
- Expose `Async::Container::Statistics::Rate#window`.
35+
3136
### v0.31.0
3237

3338
- Introduce `Async::Container::Policy` for managing child lifecycle events and implementing custom failure handling strategies.
@@ -69,11 +74,6 @@ Please see the [project releases](https://socketry.github.io/async-container/rel
6974

7075
- Log caller and timeout when waiting on a child instance to exit, if it blocks.
7176

72-
### v0.27.0
73-
74-
- Increased default interrupt timeout and terminate timeout to 10 seconds each.
75-
- Expose `ASYNC_CONTAINER_INTERRUPT_TIMEOUT` and `ASYNC_CONTAINER_TERMINATE_TIMEOUT` environment variables for configuring default timeouts.
76-
7777
## Contributing
7878

7979
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.32.0
44

55
- Minor **breaking** changes to `Async::Container::Policy` interface.
66
- Expose `Async::Container::Statistics::Rate#window`.

0 commit comments

Comments
 (0)