Skip to content

Commit

Permalink
release: gapic-generator 0.10.1 (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
viacheslav-rostovtsev authored Aug 27, 2021
1 parent 4b4b972 commit c8ce51e
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 19 deletions.
4 changes: 4 additions & 0 deletions gapic-generator-ads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History for gapic-generator-ads

### 0.10.0 / 2021-08-27

* Includes changes from gapic-generator 0.10.0

### 0.10.0 / 2021-08-09

* Includes changes from gapic-generator 0.10.0
Expand Down
12 changes: 6 additions & 6 deletions gapic-generator-ads/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PATH
remote: ../gapic-generator
specs:
gapic-generator (0.10.0)
gapic-generator (0.10.1)
actionpack (~> 5.2)
protobuf (~> 3.8)

PATH
remote: .
specs:
gapic-generator-ads (0.10.0)
gapic-generator-ads (0.10.1)
actionpack (~> 5.2)
gapic-generator (= 0.10.0)
gapic-generator (= 0.10.1)
protobuf (~> 3.8)

GEM
Expand Down Expand Up @@ -70,13 +70,13 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.1)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rainbow (3.0.0)
rake (13.0.6)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.19.0)
rubocop (1.20.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -85,7 +85,7 @@ GEM
rubocop-ast (>= 1.9.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.10.0)
rubocop-ast (1.11.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
thor (1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-ads/lib/gapic/generator/ads/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
module Gapic
module Generator
module Ads
VERSION = "0.10.0"
VERSION = "0.10.1"
end
end
end
4 changes: 4 additions & 0 deletions gapic-generator-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History for gapic-generator-cloud

### 0.10.1 / 2021-08-27

* Includes changes from gapic-generator 0.10.1

### 0.10.0 / 2021-08-09

* Includes changes from gapic-generator 0.10.0
Expand Down
12 changes: 6 additions & 6 deletions gapic-generator-cloud/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PATH
remote: ../gapic-generator
specs:
gapic-generator (0.10.0)
gapic-generator (0.10.1)
actionpack (~> 5.2)
protobuf (~> 3.8)

PATH
remote: .
specs:
gapic-generator-cloud (0.10.0)
gapic-generator-cloud (0.10.1)
actionpack (~> 5.2)
gapic-generator (= 0.10.0)
gapic-generator (= 0.10.1)
google-style (~> 1.25.1)
protobuf (~> 3.8)

Expand Down Expand Up @@ -77,13 +77,13 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.1)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rainbow (3.0.0)
rake (13.0.6)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.19.0)
rubocop (1.20.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -92,7 +92,7 @@ GEM
rubocop-ast (>= 1.9.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.10.0)
rubocop-ast (1.11.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
thor (1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-cloud/lib/gapic/generator/cloud/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
module Gapic
module Generator
module Cloud
VERSION = "0.10.0"
VERSION = "0.10.1"
end
end
end
5 changes: 5 additions & 0 deletions gapic-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History for gapic-generator

### 0.10.1 / 2021-08-27

* New: Compute REST libraries are now generated with LRO wrappers
* Fixed: Rubocop is disabled for sample tests in generated versioned libraries

### 0.10.0 / 2021-08-09

* New: Enabled per-RPC configuration for generated REST libraries
Expand Down
8 changes: 4 additions & 4 deletions gapic-generator/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gapic-generator (0.10.0)
gapic-generator (0.10.1)
actionpack (~> 5.2)
protobuf (~> 3.8)

Expand Down Expand Up @@ -68,14 +68,14 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.1)
rails-html-sanitizer (1.4.2)
loofah (~> 2.3)
rainbow (3.0.0)
rake (13.0.6)
redcarpet (3.5.1)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.19.0)
rubocop (1.20.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -84,7 +84,7 @@ GEM
rubocop-ast (>= 1.9.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.10.0)
rubocop-ast (1.11.0)
parser (>= 3.0.1.1)
ruby-progressbar (1.11.0)
thor (1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion gapic-generator/lib/gapic/generator/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Gapic
module Generator
VERSION = "0.10.0"
VERSION = "0.10.1"
end
end
Binary file modified shared/input/garbage_desc.bin
Binary file not shown.
Binary file modified shared/input/language_v1_desc.bin
Binary file not shown.
Binary file modified shared/input/speech_v1_desc.bin
Binary file not shown.

0 comments on commit c8ce51e

Please sign in to comment.