Skip to content

Commit c89880d

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-02-10) ### Features * Added semantic.yml file and release ([#11](#11)) ([d7b0f1c](d7b0f1c))
1 parent d7b0f1c commit c89880d

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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))

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

@@ -28,11 +28,11 @@ GEM
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)

lib/grpc_web/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module GRPCWeb
4-
VERSION = '0.1.0'
4+
VERSION = '1.0.0'
55
end

0 commit comments

Comments
 (0)