File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.0 (2020-02-10)
2+
3+
4+ ### Features
5+
6+ * Added semantic.yml file and release ([ #11 ] ( https://github.com/Gusto/grpc-web-ruby/issues/11 ) ) ([ d7b0f1c] ( https://github.com/Gusto/grpc-web-ruby/commit/d7b0f1cc62ef88121fee987083f75c3af3604f3e ) )
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- grpc-web (0.1 .0 )
4+ grpc-web (1.0 .0 )
55 grpc (~> 1.0 )
66 rack (>= 1.6.0 , < 3.0 )
77
2828 coderay (1.1.2 )
2929 diff-lcs (1.3 )
3030 docile (1.3.2 )
31- google-protobuf (3.11.2 )
31+ google-protobuf (3.11.3 )
3232 googleapis-common-protos-types (1.0.4 )
3333 google-protobuf (~> 3.0 )
34- grpc (1.26 .0 )
35- google-protobuf (~> 3.8 )
34+ grpc (1.27 .0 )
35+ google-protobuf (~> 3.11 )
3636 googleapis-common-protos-types (~> 1.0 )
3737 jaro_winkler (1.5.4 )
3838 json (2.3.0 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module GRPCWeb
4- VERSION = '0.1 .0'
4+ VERSION = '1.0 .0'
55end
You can’t perform that action at this time.
0 commit comments