Skip to content

Commit f568789

Browse files
committed
Bump minor version.
1 parent f02718d commit f568789

3 files changed

Lines changed: 3 additions & 3 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.30.0"
8+
VERSION = "0.31.0"
99
end
1010
end

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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-
### Unreleased
31+
### v0.31.0
3232

3333
- Introduce `Async::Container::Policy` for managing child lifecycle events and implementing custom failure handling strategies.
3434
- Add `Async::Container::Statistics::Rate` for tracking failure and restart rates over sliding time windows.

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

55
- Introduce `Async::Container::Policy` for managing child lifecycle events and implementing custom failure handling strategies.
66
- Add `Async::Container::Statistics::Rate` for tracking failure and restart rates over sliding time windows.

0 commit comments

Comments
 (0)