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 9365759 commit 1e4021aCopy full SHA for 1e4021a
3 files changed
lib/async/grpc/version.rb
@@ -7,7 +7,7 @@
7
module Async
8
# @namespace
9
module GRPC
10
- VERSION = "0.3.0"
+ VERSION = "0.4.0"
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.4.0
28
+
29
+ - Fix handling of trailers.
30
31
### v0.3.0
32
33
- **Breaking**: Renamed `DispatcherMiddleware` to `Dispatcher` for cleaner API.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.4.0
4
5
- Fix handling of trailers.
6
0 commit comments