Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.51.1 / 2026-08-05

* Includes changes from gapic-generator 0.51.1

### 0.51.0 / 2026-07-31

* Includes changes from gapic-generator 0.51.0
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.51.0)
gapic-generator (0.51.1)
actionpack (~> 8.0)
bigdecimal (~> 3.0)
google-cloud-common (~> 1.2)
Expand All @@ -12,8 +12,8 @@ PATH
PATH
remote: .
specs:
gapic-generator-ads (0.51.0)
gapic-generator (= 0.51.0)
gapic-generator-ads (0.51.1)
gapic-generator (= 0.51.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -127,7 +127,7 @@ GEM
regexp_parser (2.12.0)
reline (0.6.3)
io-console (~> 0.5)
rubocop (1.88.2)
rubocop (1.89.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 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.51.0"
VERSION = "0.51.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.51.1 / 2026-08-05

* Includes changes from gapic-generator 0.51.1

### 0.51.0 / 2026-07-31

* Includes changes from gapic-generator 0.51.0
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.51.0)
gapic-generator (0.51.1)
actionpack (~> 8.0)
bigdecimal (~> 3.0)
google-cloud-common (~> 1.2)
Expand All @@ -12,8 +12,8 @@ PATH
PATH
remote: .
specs:
gapic-generator-cloud (0.51.0)
gapic-generator (= 0.51.0)
gapic-generator-cloud (0.51.1)
gapic-generator (= 0.51.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -127,7 +127,7 @@ GEM
regexp_parser (2.12.0)
reline (0.6.3)
io-console (~> 0.5)
rubocop (1.88.2)
rubocop (1.89.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
module Gapic
module Generator
module Cloud
VERSION = "0.51.0"
VERSION = "0.51.1"
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.51.1 / 2026-08-05

No significant changes

### 0.51.0 / 2026-07-31

* Feature: Update protobuf to 33.2
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.51.0)
gapic-generator (0.51.1)
actionpack (~> 8.0)
bigdecimal (~> 3.0)
google-cloud-common (~> 1.2)
Expand Down Expand Up @@ -121,7 +121,7 @@ GEM
regexp_parser (2.12.0)
reline (0.6.3)
io-console (~> 0.5)
rubocop (1.88.2)
rubocop (1.89.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 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.51.0"
VERSION = "0.51.1"
end
end
Loading