File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.2.1] ( https://github.com/Gusto/grpc-web-ruby/compare/v1.2.0...v1.2.1 ) (2020-08-26)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Support 0 length messages ([ #34 ] ( https://github.com/Gusto/grpc-web-ruby/issues/34 ) ) ([ 4486cbe] ( https://github.com/Gusto/grpc-web-ruby/commit/4486cbedd25e6398b879427020479c96d71f9780 ) )
7
+
1
8
# [ 1.2.0] ( https://github.com/Gusto/grpc-web-ruby/compare/v1.1.0...v1.2.0 ) (2020-08-11)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- grpc-web (1.2.0 )
4
+ grpc-web (1.2.1 )
5
5
grpc (~> 1.0 )
6
6
rack (>= 1.6.0 , < 3.0 )
7
7
30
30
safe_yaml (~> 1.0.0 )
31
31
diff-lcs (1.3 )
32
32
docile (1.3.2 )
33
- google-protobuf (3.12.4 )
33
+ google-protobuf (3.13.0 )
34
34
googleapis-common-protos-types (1.0.5 )
35
35
google-protobuf (~> 3.11 )
36
- grpc (1.30.2 )
36
+ grpc (1.31.1 )
37
37
google-protobuf (~> 3.12 )
38
38
googleapis-common-protos-types (~> 1.0 )
39
39
hashdiff (1.0.0 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module GRPCWeb
4
- VERSION = '1.2.0 '
4
+ VERSION = '1.2.1 '
5
5
end
You can’t perform that action at this time.
0 commit comments