Skip to content

Commit e369f19

Browse files
committed
Bump patch version.
1 parent fdb762b commit e369f19

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/async/container/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 Container
1010
# @namespace
1111
module Supervisor
12-
VERSION = "0.9.0"
12+
VERSION = "0.9.1"
1313
end
1414
end
1515
end

readme.md

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

2727
Please see the [project releases](https://socketry.github.io/async-container-supervisor/releases/index) for all releases.
2828

29+
### v0.9.1
30+
31+
- Close `Call` queue if asynchronous call fails during dispatch - further messages will fail with `ClosedQueueError`.
32+
2933
### v0.9.0
3034

3135
- Better handling of write failures in `Connection::Call.dispatch`, ensuring we don't leak calls.

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

55
- Close `Call` queue if asynchronous call fails during dispatch - further messages will fail with `ClosedQueueError`.
66

0 commit comments

Comments
 (0)