Skip to content

Commit 64a96db

Browse files
committed
Bump minor version.
1 parent b006249 commit 64a96db

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

context/index.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ files:
1010
title: Getting Started
1111
description: This guide explains how to use `protocol-grpc` for building abstract
1212
gRPC interfaces.
13-

lib/protocol/grpc/version.rb

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

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,15 @@ 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.3.0
32+
33+
- **Breaking**: `Protocol::GRPC::Call` now takes a `response` object parameter instead of separate `response_headers`.
34+
- **Breaking**: Removed `Call#response_headers` method. Use `call.response.headers` directly.
35+
- Added `RPC#streaming?` method to check if an RPC is streaming.
36+
3137
### v0.2.0
3238

33-
- `RCP#method` is always defined (snake case).
39+
- `RPC#method` is always defined (snake case).
3440

3541
### v0.1.0
3642

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

55
- **Breaking**: `Protocol::GRPC::Call` now takes a `response` object parameter instead of separate `response_headers`.
66
- **Breaking**: Removed `Call#response_headers` method. Use `call.response.headers` directly.

0 commit comments

Comments
 (0)