Skip to content

Commit

Permalink
release: gapic-generator 0.27.3 (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jan 12, 2024
1 parent cb7d1e8 commit 90941ff
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 13 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.27.3 / 2024-01-12

* Includes changes from gapic-generator 0.27.3

### 0.27.2 / 2024-01-11

* Includes changes from gapic-generator 0.27.2
Expand Down
8 changes: 4 additions & 4 deletions gapic-generator-ads/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../gapic-generator
specs:
gapic-generator (0.27.2)
gapic-generator (0.27.3)
actionpack (~> 5.2)
google-cloud-common (~> 1.2)
google-protobuf (~> 3.25, >= 3.25.1)
Expand All @@ -11,8 +11,8 @@ PATH
PATH
remote: .
specs:
gapic-generator-ads (0.27.2)
gapic-generator (= 0.27.2)
gapic-generator-ads (0.27.3)
gapic-generator (= 0.27.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -58,7 +58,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.0.0)
minitest (5.20.0)
minitest (5.21.1)
minitest-autotest (1.1.1)
minitest-server (~> 1.0)
path_expander (~> 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.27.2"
VERSION = "0.27.3"
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.27.3 / 2024-01-12

* Includes changes from gapic-generator 0.27.3

### 0.27.2 / 2024-01-11

* Includes changes from gapic-generator 0.27.2
Expand Down
8 changes: 4 additions & 4 deletions gapic-generator-cloud/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../gapic-generator
specs:
gapic-generator (0.27.2)
gapic-generator (0.27.3)
actionpack (~> 5.2)
google-cloud-common (~> 1.2)
google-protobuf (~> 3.25, >= 3.25.1)
Expand All @@ -11,8 +11,8 @@ PATH
PATH
remote: .
specs:
gapic-generator-cloud (0.27.2)
gapic-generator (= 0.27.2)
gapic-generator-cloud (0.27.3)
gapic-generator (= 0.27.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -59,7 +59,7 @@ GEM
nokogiri (>= 1.12.0)
method_source (1.0.0)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.21.1)
minitest-autotest (1.1.1)
minitest-server (~> 1.0)
path_expander (~> 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.27.2"
VERSION = "0.27.3"
end
end
end
4 changes: 4 additions & 0 deletions gapic-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History for gapic-generator

### 0.27.3 / 2024-01-12

* Fix: Ensure the correct endpoint gets to mixin clients

### 0.27.2 / 2024-01-11

No significant changes
Expand Down
4 changes: 2 additions & 2 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.27.2)
gapic-generator (0.27.3)
actionpack (~> 5.2)
google-cloud-common (~> 1.2)
google-protobuf (~> 3.25, >= 3.25.1)
Expand Down Expand Up @@ -52,7 +52,7 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
method_source (1.0.0)
minitest (5.20.0)
minitest (5.21.1)
minitest-autotest (1.1.1)
minitest-server (~> 1.0)
path_expander (~> 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.27.2"
VERSION = "0.27.3"
end
end

0 comments on commit 90941ff

Please sign in to comment.