Skip to content

Commit 451f2c2

Browse files
committed
Bump minor version.
1 parent ddfe7ae commit 451f2c2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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

readme.md

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

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

29+
### v0.26.0
30+
31+
- [Production Reliability Improvements](https://socketry.github.io/async-container/releases/index#production-reliability-improvements)
32+
2933
### v0.25.0
3034

3135
- Introduce `async:container:notify:log:ready?` task for detecting process readiness.

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

55
### Production Reliability Improvements
66

0 commit comments

Comments
 (0)