File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55
66module Async
77 module Service
8- VERSION = "0.15.0 "
8+ VERSION = "0.15.1 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ 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+ ### v0.15.1
31+
32+ - ` Managed::Service ` should run within ` Async do ... end ` .
33+
3034### v0.15.0
3135
3236 - Rename ` ContainerEnvironment ` and ` ContainerService ` to ` Managed::Environment ` and ` Managed::Service ` respectively.
@@ -68,10 +72,6 @@ Please see the [project releases](https://socketry.github.io/async-service/relea
6872
6973 - Introduce ` Environment#implements? ` and related methods for interface checking.
7074
71- ### v0.7.0
72-
73- - Allow instance methods that take arguments in environments.
74-
7575## Contributing
7676
7777We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.15.1
44
55 - ` Managed::Service ` should run within ` Async do ... end ` .
66
You can’t perform that action at this time.
0 commit comments