Skip to content

Commit 01ccfd9

Browse files
committed
Bump patch version.
1 parent 31da4ae commit 01ccfd9

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/async/grpc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module Async
88
# @namespace
99
module GRPC
10-
VERSION = "0.5.0"
10+
VERSION = "0.5.1"
1111
end
1212
end
1313

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-grpc/) f
2424

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

27+
### v0.5.1
28+
29+
- Better error logging on timeout.
30+
2731
### v0.5.0
2832

2933
- Fix handling of timeouts/deadlines.

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

55
- Better error logging on timeout.
66

0 commit comments

Comments
 (0)