Skip to content

Commit 03b6acd

Browse files
committed
Bump minor version.
1 parent 979f964 commit 03b6acd

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

lib/async/service/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 Service
8-
VERSION = "0.15.1"
8+
VERSION = "0.16.0"
99
end
1010
end

readme.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ Please see the [project documentation](https://socketry.github.io/async-service/
2929

3030
Please 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

7981
We welcome contributions to this project.

releases.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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

0 commit comments

Comments
 (0)