File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 55
66module Async
77 module Service
8- VERSION = "0.15.1 "
8+ VERSION = "0.16.0 "
99 end
1010end
Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ Please see the [project documentation](https://socketry.github.io/async-service/
2929
3030Please see the [ project releases] ( https://socketry.github.io/async-service/releases/index ) for all releases.
3131
32+ ### v0.16.0
33+
34+ - Renamed ` Async::Service::Generic ` -\> ` Async::Service::GenericService ` , added compatibilty alias.
35+ - Renamed ` Async::Service::Managed::Service ` -\> ` Async::Service::ManagedService ` .
36+ - Renamed ` Async::Service::Managed::Environment ` -\> ` Async::Service::ManagedEnvironment ` .
37+
3238### v0.15.1
3339
3440 - ` Managed::Service ` should run within ` Async do ... end ` .
@@ -70,10 +76,6 @@ Please see the [project releases](https://socketry.github.io/async-service/relea
7076
7177 - Allow providing a list of modules to include in environments.
7278
73- ### v0.8.0
74-
75- - Introduce ` Environment#implements? ` and related methods for interface checking.
76-
7779## Contributing
7880
7981We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.16.0
44
5- - Renamed ` Async::Service::Generic ` -> ` Async::Service::GenericService ` , added compatibilty alias.
6- - Renamed ` Async::Service::Managed::Service ` -> ` Async::Service::ManagedService ` .
7- - Renamed ` Async::Service::Managed::Environment ` -> ` Async::Service::ManagedEnvironment ` .
5+ - Renamed ` Async::Service::Generic ` -\ > ` Async::Service::GenericService ` , added compatibilty alias.
6+ - Renamed ` Async::Service::Managed::Service ` -\ > ` Async::Service::ManagedService ` .
7+ - Renamed ` Async::Service::Managed::Environment ` -\ > ` Async::Service::ManagedEnvironment ` .
88
99## v0.15.1
1010
You can’t perform that action at this time.
0 commit comments