Skip to content

Commit 48cfdd8

Browse files
committed
Bump minor version.
1 parent f41ddd9 commit 48cfdd8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/async/service/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module Async
88
# @namespace
99
module Service
10-
VERSION = "0.19.1"
10+
VERSION = "0.20.0"
1111
end
1212
end

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Please see the [project documentation](https://socketry.github.io/async-service/
3131

3232
Please see the [project releases](https://socketry.github.io/async-service/releases/index) for all releases.
3333

34-
### Unreleased
34+
### v0.20.0
3535

3636
- Introduce `Async::Service::Policy` for monitoring service health and implementing failure handling strategies. Default threshold: 6 failures in 60 seconds (0.1 failures/second).
3737
- Add `container_policy` configuration method for specifying custom policies in service configuration files.

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

55
- Introduce `Async::Service::Policy` for monitoring service health and implementing failure handling strategies. Default threshold: 6 failures in 60 seconds (0.1 failures/second).
66
- Add `container_policy` configuration method for specifying custom policies in service configuration files.

0 commit comments

Comments
 (0)