Skip to content

Commit d48cb72

Browse files
committed
Bump minor version.
1 parent e2ce18a commit d48cb72

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.36.0"
8+
VERSION = "0.37.0"
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.37.0
32+
33+
- Rename `ASYNC_CONTAINER_GRACEFUL_TIMEOUT` to `ASYNC_CONTAINER_GRACEFUL_STOP` and apply it at the controller level as `GRACEFUL_STOP`. `Group#stop` now only applies the shutdown policy it is given.
34+
3135
### v0.36.0
3236

3337
- Forked containers now fork child processes from a short-lived thread, reducing inherited scheduler and parent stack state in children.
@@ -64,10 +68,6 @@ Please see the [project releases](https://socketry.github.io/async-container/rel
6468

6569
- Add `Policy#make_statistics` to allow policies to customize statistics initialization.
6670

67-
### v0.32.1
68-
69-
- Expose `Async::Container::Controller` `#notify`, `#container_class`, and `#graceful_stop` for testing.
70-
7171
## Contributing
7272

7373
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.37.0
44

55
- Rename `ASYNC_CONTAINER_GRACEFUL_TIMEOUT` to `ASYNC_CONTAINER_GRACEFUL_STOP` and apply it at the controller level as `GRACEFUL_STOP`. `Group#stop` now only applies the shutdown policy it is given.
66

0 commit comments

Comments
 (0)