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 f16adc3 commit 66c6547Copy full SHA for 66c6547
lib/protocol/grpc/version.rb
@@ -7,6 +7,6 @@
7
module Protocol
8
# @namespace
9
module GRPC
10
- VERSION = "0.3.0"
+ VERSION = "0.4.0"
11
end
12
readme.md
@@ -28,6 +28,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-grpc/
28
29
Please see the [project releases](https://socketry.github.io/protocol-grpc/releases/index) for all releases.
30
31
+### v0.4.0
32
+
33
+ - Add `RPC#name`.
34
35
### v0.3.0
36
37
- **Breaking**: `Protocol::GRPC::Call` now takes a `response` object parameter instead of separate `response_headers`.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.4.0
4
5
- Add `RPC#name`.
6
0 commit comments