Skip to content

Commit 8b62a00

Browse files
yoshi-code-botyoshi-automationviacheslav-rostovtsev
authored
release: gapic-generator 0.45.3 (#1206)
* release: gapic-generator 0.45.3 --------- Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com> Co-authored-by: Viacheslav Rostovtsev <58152857+viacheslav-rostovtsev@users.noreply.github.com>
1 parent 7b12760 commit 8b62a00

File tree

9 files changed

+28
-13
lines changed

9 files changed

+28
-13
lines changed

gapic-generator-ads/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History for gapic-generator-ads
22

3+
### 0.45.3 / 2025-06-21
4+
5+
* Includes changes from gapic-generator 0.45.3
6+
37
### 0.45.2 / 2025-06-04
48

59
* Includes changes from gapic-generator 0.45.2

gapic-generator-ads/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../gapic-generator
33
specs:
4-
gapic-generator (0.45.2)
4+
gapic-generator (0.45.3)
55
actionpack (~> 8.0)
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
@@ -12,8 +12,8 @@ PATH
1212
PATH
1313
remote: .
1414
specs:
15-
gapic-generator-ads (0.45.2)
16-
gapic-generator (= 0.45.2)
15+
gapic-generator-ads (0.45.3)
16+
gapic-generator (= 0.45.3)
1717

1818
GEM
1919
remote: https://rubygems.org/
@@ -157,4 +157,4 @@ DEPENDENCIES
157157
yard (~> 0.9)
158158

159159
BUNDLED WITH
160-
2.6.8
160+
2.6.7

gapic-generator-ads/lib/gapic/generator/ads/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
module Gapic
1919
module Generator
2020
module Ads
21-
VERSION = "0.45.2"
21+
VERSION = "0.45.3"
2222
end
2323
end
2424
end

gapic-generator-cloud/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release History for gapic-generator-cloud
22

3+
### 0.45.3 / 2025-06-21
4+
5+
* Includes changes from gapic-generator 0.45.3
6+
* Fix: correct pagination heuristic for Compute
7+
38
### 0.45.2 / 2025-06-04
49

510
* Includes changes from gapic-generator 0.45.2

gapic-generator-cloud/Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../gapic-generator
33
specs:
4-
gapic-generator (0.45.2)
4+
gapic-generator (0.45.3)
55
actionpack (~> 8.0)
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
@@ -12,8 +12,8 @@ PATH
1212
PATH
1313
remote: .
1414
specs:
15-
gapic-generator-cloud (0.45.2)
16-
gapic-generator (= 0.45.2)
15+
gapic-generator-cloud (0.45.3)
16+
gapic-generator (= 0.45.3)
1717

1818
GEM
1919
remote: https://rubygems.org/
@@ -157,4 +157,4 @@ DEPENDENCIES
157157
yard (~> 0.9)
158158

159159
BUNDLED WITH
160-
2.6.8
160+
2.6.7

gapic-generator-cloud/lib/gapic/generator/cloud/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
module Gapic
1919
module Generator
2020
module Cloud
21-
VERSION = "0.45.2"
21+
VERSION = "0.45.3"
2222
end
2323
end
2424
end

gapic-generator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History for gapic-generator
22

3+
### 0.45.3 / 2025-06-21
4+
5+
* Fix: correct pagination heuristic for Compute
6+
* Fix: add libyaml to checks and configure for the prebuilt binary
7+
* Fix: update Ruby prebuilt binary (version 3.4.3)
8+
39
### 0.45.2 / 2025-06-04
410

511
* Fix: update Ruby prebuilt binary, version 3.4.3

gapic-generator/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
gapic-generator (0.45.2)
4+
gapic-generator (0.45.3)
55
actionpack (~> 8.0)
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)
@@ -150,4 +150,4 @@ DEPENDENCIES
150150
yard (~> 0.9)
151151

152152
BUNDLED WITH
153-
2.6.8
153+
2.6.7

gapic-generator/lib/gapic/generator/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
module Gapic
1818
module Generator
19-
VERSION = "0.45.2"
19+
VERSION = "0.45.3"
2020
end
2121
end

0 commit comments

Comments
 (0)