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 3f59641 commit e40a321Copy full SHA for e40a321
lib/protocol/grpc/version.rb
@@ -7,6 +7,6 @@
7
module Protocol
8
# @namespace
9
module GRPC
10
- VERSION = "0.1.0"
+ VERSION = "0.2.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.2.0
32
+
33
+ - `RCP#method` is always defined (snake case).
34
35
### v0.1.0
36
37
- Initial design.
releases.md
@@ -1,6 +1,6 @@
1
# Releases
2
3
-## Unreleased
+## v0.2.0
4
5
- `RCP#method` is always defined (snake case).
6
0 commit comments