Skip to content

Commit 2769476

Browse files
committed
Bump patch version.
1 parent 721b02f commit 2769476

3 files changed

Lines changed: 6 additions & 8 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.24.0"
10+
VERSION = "0.24.1"
1111
end
1212
end

readme.md

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

3232
Please see the [project releases](https://socketry.github.io/async-service/releases/index) for all releases.
3333

34+
### v0.24.1
35+
36+
- Managed services now pass their service name through container options by default, restoring process titles for forked and hybrid containers.
37+
3438
### v0.23.0
3539

3640
- `Async::Service::Generic.wrap` now checks for a `make_service(environment)` method on the evaluator before falling back to `service_class`. This allows environments to compose child environments and return a fully-constructed service without introducing a dedicated service class.
@@ -76,12 +80,6 @@ Please see the [project releases](https://socketry.github.io/async-service/relea
7680
- `ManagedService` now sends `status!` messages during startup to prevent premature health check timeouts for slow-starting services.
7781
- Support for `startup_timeout` option via `container_options` to detect processes that hang during startup and never become ready.
7882

79-
### v0.16.0
80-
81-
- Renamed `Async::Service::Generic` -\> `Async::Service::GenericService`, added compatibilty alias.
82-
- Renamed `Async::Service::Managed::Service` -\> `Async::Service::ManagedService`.
83-
- Renamed `Async::Service::Managed::Environment` -\> `Async::Service::ManagedEnvironment`.
84-
8583
## Contributing
8684

8785
We welcome contributions to this project.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

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

55
- Managed services now pass their service name through container options by default, restoring process titles for forked and hybrid containers.
66

0 commit comments

Comments
 (0)