Skip to content

Commit 22b65d1

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.1...v1.1.0) (2020-07-08) ### Features * Handle HTTP and network errors according to gRPC spec on client ([#28](#28)) ([c7bb645](c7bb645))
1 parent c7bb645 commit 22b65d1

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/Gusto/grpc-web-ruby/compare/v1.0.1...v1.1.0) (2020-07-08)
2+
3+
4+
### Features
5+
6+
* Handle HTTP and network errors according to gRPC spec on client ([#28](https://github.com/Gusto/grpc-web-ruby/issues/28)) ([c7bb645](https://github.com/Gusto/grpc-web-ruby/commit/c7bb64529ad53387401a60bc0e19ebb8fd101ac6))
7+
18
## [1.0.1](https://github.com/Gusto/grpc-web-ruby/compare/v1.0.0...v1.0.1) (2020-02-21)
29

310

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
grpc-web (1.0.1)
4+
grpc-web (1.1.0)
55
grpc (~> 1.0)
66
rack (>= 1.6.0, < 3.0)
77

@@ -30,11 +30,11 @@ GEM
3030
safe_yaml (~> 1.0.0)
3131
diff-lcs (1.3)
3232
docile (1.3.2)
33-
google-protobuf (3.11.4)
34-
googleapis-common-protos-types (1.0.4)
35-
google-protobuf (~> 3.0)
36-
grpc (1.27.0)
33+
google-protobuf (3.12.2)
34+
googleapis-common-protos-types (1.0.5)
3735
google-protobuf (~> 3.11)
36+
grpc (1.30.0)
37+
google-protobuf (~> 3.12)
3838
googleapis-common-protos-types (~> 1.0)
3939
hashdiff (1.0.0)
4040
jaro_winkler (1.5.4)

lib/grpc_web/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GRPCWeb
4-
VERSION = '1.0.1'
4+
VERSION = '1.1.0'
55
end

0 commit comments

Comments
 (0)