Skip to content

Commit 466b8cd

Browse files
committed
Bump minor version.
1 parent 41ceef1 commit 466b8cd

3 files changed

Lines changed: 11 additions & 15 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.18.1"
10+
VERSION = "0.19.0"
1111
end
1212
end

readme.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +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-
### Unreleased
32+
### v0.19.0
3333

34-
- Renamed `Async::Service::GenericService` -> `Async::Service::Generic`, added compatibility alias for `GenericService`.
35-
- Renamed `Async::Service::ManagedService` -> `Async::Service::Managed::Service`, added compatibility alias for `ManagedService`.
36-
- Renamed `Async::Service::ManagedEnvironment` -> `Async::Service::Managed::Environment`, added compatibility alias for `ManagedEnvironment`.
37-
- Renamed `Async::Service::HealthChecker` -> `Async::Service::Managed::HealthChecker`, added compatibility alias for `HealthChecker`.
34+
- Renamed `Async::Service::GenericService` -\> `Async::Service::Generic`, added compatibility alias for `GenericService`.
35+
- Renamed `Async::Service::ManagedService` -\> `Async::Service::Managed::Service`, added compatibility alias for `ManagedService`.
36+
- Renamed `Async::Service::ManagedEnvironment` -\> `Async::Service::Managed::Environment`, added compatibility alias for `ManagedEnvironment`.
37+
- Renamed `Async::Service::HealthChecker` -\> `Async::Service::Managed::HealthChecker`, added compatibility alias for `HealthChecker`.
3838

3939
### v0.18.1
4040

@@ -81,10 +81,6 @@ Please see the [project releases](https://socketry.github.io/async-service/relea
8181
- Make service name optional and improve code comments.
8282
- Add `respond_to_missing?` for completeness.
8383

84-
### v0.12.0
85-
86-
- Add convenient `Configuration.build{...}` method for constructing inline configurations.
87-
8884
## Contributing
8985

9086
We welcome contributions to this project.

releases.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.19.0
44

5-
- Renamed `Async::Service::GenericService` -> `Async::Service::Generic`, added compatibility alias for `GenericService`.
6-
- Renamed `Async::Service::ManagedService` -> `Async::Service::Managed::Service`, added compatibility alias for `ManagedService`.
7-
- Renamed `Async::Service::ManagedEnvironment` -> `Async::Service::Managed::Environment`, added compatibility alias for `ManagedEnvironment`.
8-
- Renamed `Async::Service::HealthChecker` -> `Async::Service::Managed::HealthChecker`, added compatibility alias for `HealthChecker`.
5+
- Renamed `Async::Service::GenericService` -\> `Async::Service::Generic`, added compatibility alias for `GenericService`.
6+
- Renamed `Async::Service::ManagedService` -\> `Async::Service::Managed::Service`, added compatibility alias for `ManagedService`.
7+
- Renamed `Async::Service::ManagedEnvironment` -\> `Async::Service::Managed::Environment`, added compatibility alias for `ManagedEnvironment`.
8+
- Renamed `Async::Service::HealthChecker` -\> `Async::Service::Managed::HealthChecker`, added compatibility alias for `HealthChecker`.
99

1010
## v0.18.1
1111

0 commit comments

Comments
 (0)