Skip to content

Commit 6bcb9a6

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2020-08-26) ### Bug Fixes * Support 0 length messages ([#34](#34)) ([4486cbe](4486cbe))
1 parent 4486cbe commit 6bcb9a6

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
# [1.2.0](https://github.com/Gusto/grpc-web-ruby/compare/v1.1.0...v1.2.0) (2020-08-11)
29

310

Gemfile.lock

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

@@ -30,10 +30,10 @@ GEM
3030
safe_yaml (~> 1.0.0)
3131
diff-lcs (1.3)
3232
docile (1.3.2)
33-
google-protobuf (3.12.4)
33+
google-protobuf (3.13.0)
3434
googleapis-common-protos-types (1.0.5)
3535
google-protobuf (~> 3.11)
36-
grpc (1.30.2)
36+
grpc (1.31.1)
3737
google-protobuf (~> 3.12)
3838
googleapis-common-protos-types (~> 1.0)
3939
hashdiff (1.0.0)

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.2.0'
4+
VERSION = '1.2.1'
55
end

0 commit comments

Comments
 (0)