File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66module Async
77 module Service
8- VERSION = "0.14.4 "
8+ VERSION = "0.15.0 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Please see the [project documentation](https://socketry.github.io/async-service/
2727
2828Please see the [ project releases] ( https://socketry.github.io/async-service/releases/index ) for all releases.
2929
30- ### Unreleased
30+ ### v0.15.0
3131
3232 - Rename ` ContainerEnvironment ` and ` ContainerService ` to ` Managed::Environment ` and ` Managed::Service ` respectively.
3333 - Health check uses ` Fiber.new{instance.ready!}.resume ` to confirm fiber allocation is working.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.15.0
44
55 - Rename ` ContainerEnvironment ` and ` ContainerService ` to ` Managed::Environment ` and ` Managed::Service ` respectively.
66 - Health check uses ` Fiber.new{instance.ready!}.resume ` to confirm fiber allocation is working.
You can’t perform that action at this time.
0 commit comments