Skip to content

Commit e40a321

Browse files
committed
Bump minor version.
1 parent 3f59641 commit e40a321

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/protocol/grpc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module Protocol
88
# @namespace
99
module GRPC
10-
VERSION = "0.1.0"
10+
VERSION = "0.2.0"
1111
end
1212
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Please see the [project documentation](https://socketry.github.io/protocol-grpc/
2828

2929
Please see the [project releases](https://socketry.github.io/protocol-grpc/releases/index) for all releases.
3030

31+
### v0.2.0
32+
33+
- `RCP#method` is always defined (snake case).
34+
3135
### v0.1.0
3236

3337
- Initial design.

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

55
- `RCP#method` is always defined (snake case).
66

0 commit comments

Comments
 (0)