Skip to content

Commit bc4e1ef

Browse files
committed
Bump minor version.
1 parent b15667a commit bc4e1ef

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/async/service/supervisor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Async
99
module Service
1010
# @namespace
1111
module Supervisor
12-
VERSION = "0.13.1"
12+
VERSION = "0.14.0"
1313
end
1414
end
1515
end

readme.md

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

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

31+
### v0.14.0
32+
33+
- Add `Worker#make_controller` as an override point for providing a custom worker controller with additional RPCs.
34+
3135
### v0.13.1
3236

3337
- Unlink shared memory file before opening on supervisor restart, preventing SIGBUS when workers still have the file mapped.
@@ -73,10 +77,6 @@ Please see the [project releases](https://socketry.github.io/async-service-super
7377

7478
- If a memory leak is detected, sample memory usage for 60 seconds before exiting.
7579

76-
### v0.6.4
77-
78-
- Make client task (in supervised worker) transient, so that it doesn't keep the reactor alive unnecessarily. It also won't be stopped by default when SIGINT is received, so that the worker will remain connected to the supervisor until the worker is completely terminated.
79-
8080
## Contributing
8181

8282
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.14.0
44

55
- Add `Worker#make_controller` as an override point for providing a custom worker controller with additional RPCs.
66

0 commit comments

Comments
 (0)