We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31da4ae commit 01ccfd9Copy full SHA for 01ccfd9
3 files changed
lib/async/grpc/version.rb
@@ -7,7 +7,7 @@
7
module Async
8
# @namespace
9
module GRPC
10
- VERSION = "0.5.0"
+ VERSION = "0.5.1"
11
end
12
13
readme.md
@@ -24,6 +24,10 @@ Please see the [project documentation](https://socketry.github.io/async-grpc/) f
24
25
Please see the [project releases](https://socketry.github.io/async-grpc/releases/index) for all releases.
26
27
+### v0.5.1
28
+
29
+ - Better error logging on timeout.
30
31
### v0.5.0
32
33
- Fix handling of timeouts/deadlines.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.5.1
4
5
- Better error logging on timeout.
6
0 commit comments