Skip to content

Commit b25d083

Browse files
committed
Bump minor version.
1 parent 870dd5b commit b25d083

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/async/signals/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 Signals
10-
VERSION = "0.5.0"
10+
VERSION = "0.6.0"
1111
end
1212
end

readme.md

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

2525
Please see the [project releases](https://socketry.github.io/async-signals/releases/index) for all releases.
2626

27+
### v0.6.0
28+
29+
- Add `async/signals/graceful` for installing default `SIGINT` and `SIGTERM` handlers that raise `Interrupt`.
30+
2731
### v0.5.0
2832

2933
- Change `Async::Signals.default` to select process signal handling only on the main thread when no fiber scheduler is installed.

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.6.0
44

55
- Add `async/signals/graceful` for installing default `SIGINT` and `SIGTERM` handlers that raise `Interrupt`.
66

0 commit comments

Comments
 (0)