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.42.0 / 2025-01-30

* Includes changes from gapic-generator 0.42.0

### 0.41.0 / 2025-01-24

* Includes changes from gapic-generator 0.41.0
Expand Down
10 changes: 5 additions & 5 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.41.0)
gapic-generator (0.42.0)
actionpack (~> 5.2)
bigdecimal (~> 3.0)
google-cloud-common (~> 1.2)
Expand All @@ -12,8 +12,8 @@ PATH
PATH
remote: .
specs:
gapic-generator-ads (0.41.0)
gapic-generator (= 0.41.0)
gapic-generator-ads (0.42.0)
gapic-generator (= 0.42.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -104,7 +104,7 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
thread_safe (0.3.6)
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.41.0"
VERSION = "0.42.0"
end
end
end
5 changes: 5 additions & 0 deletions gapic-generator-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release History for gapic-generator-cloud

### 0.42.0 / 2025-01-30

* Includes changes from gapic-generator 0.42.0
* Feature: Change REGAPIC pagination algorithm to the standard algorithm for non-compute clients

### 0.41.0 / 2025-01-24

* Includes changes from gapic-generator 0.41.0
Expand Down
10 changes: 5 additions & 5 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.41.0)
gapic-generator (0.42.0)
actionpack (~> 5.2)
bigdecimal (~> 3.0)
google-cloud-common (~> 1.2)
Expand All @@ -12,8 +12,8 @@ PATH
PATH
remote: .
specs:
gapic-generator-cloud (0.41.0)
gapic-generator (= 0.41.0)
gapic-generator-cloud (0.42.0)
gapic-generator (= 0.42.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -104,7 +104,7 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
thread_safe (0.3.6)
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.41.0"
VERSION = "0.42.0"
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.42.0 / 2025-01-30

* Feature: Change REGAPIC pagination algorithm to the standard algorithm for non-compute clients

### 0.41.0 / 2025-01-24

* Feature: Change minimum Ruby version to 3.0
Expand Down
6 changes: 3 additions & 3 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.41.0)
gapic-generator (0.42.0)
actionpack (~> 5.2)
bigdecimal (~> 3.0)
google-cloud-common (~> 1.2)
Expand Down Expand Up @@ -50,7 +50,7 @@ GEM
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
thread_safe (0.3.6)
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.41.0"
VERSION = "0.42.0"
end
end