Skip to content

Commit 8f2677e

Browse files
committed
Bump minor version.
1 parent 35d3c7a commit 8f2677e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.24.0"
8+
VERSION = "0.25.0"
99
end
1010
end

readme.md

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

1919
- [Getting Started](https://socketry.github.io/async-container/guides/getting-started/index) - This guide explains how to use `async-container` to build basic scalable systems.
2020

21+
- [Systemd Integration](https://socketry.github.io/async-container/guides/systemd-integration/index) - This guide explains how to use `async-container` with systemd to manage your application as a service.
22+
23+
- [Kubernetes Integration](https://socketry.github.io/async-container/guides/kubernetes-integration/index) - This guide explains how to use `async-container` with Kubernetes to manage your application as a containerized service.
24+
2125
## Releases
2226

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

29+
### v0.25.0
30+
31+
- Introduce `async:container:notify:log:ready?` task for detecting process readiness.
32+
2533
### v0.24.0
2634

2735
- Add support for health check failure metrics.

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

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

0 commit comments

Comments
 (0)