File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ # [ 1.2.0] ( https://github.com/Gusto/grpc-web-ruby/compare/v1.1.0...v1.2.0 ) (2020-08-11)
2+
3+
4+ ### Features
5+
6+ * error metadata handling ([ #33 ] ( https://github.com/Gusto/grpc-web-ruby/issues/33 ) ) ([ ddeec69] ( https://github.com/Gusto/grpc-web-ruby/commit/ddeec69cbc84e46d53d47d3b52b78622d77349ba ) )
7+
18# [ 1.1.0] ( https://github.com/Gusto/grpc-web-ruby/compare/v1.0.1...v1.1.0 ) (2020-07-08)
29
310
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- grpc-web (1.1 .0 )
4+ grpc-web (1.2 .0 )
55 grpc (~> 1.0 )
66 rack (>= 1.6.0 , < 3.0 )
77
3030 safe_yaml (~> 1.0.0 )
3131 diff-lcs (1.3 )
3232 docile (1.3.2 )
33- google-protobuf (3.12.2 )
33+ google-protobuf (3.12.4 )
3434 googleapis-common-protos-types (1.0.5 )
3535 google-protobuf (~> 3.11 )
36- grpc (1.30.0 )
36+ grpc (1.30.2 )
3737 google-protobuf (~> 3.12 )
3838 googleapis-common-protos-types (~> 1.0 )
3939 hashdiff (1.0.0 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module GRPCWeb
4- VERSION = '1.1 .0'
4+ VERSION = '1.2 .0'
55end
You can’t perform that action at this time.
0 commit comments