Skip to content

Commit 72c4bb9

Browse files
release: gapic-generator 0.45.4 (#1210)
Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
1 parent 400f51d commit 72c4bb9

File tree

9 files changed

+23
-10
lines changed

9 files changed

+23
-10
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.4 / 2025-06-26
4+
5+
* Includes changes from gapic-generator 0.45.4
6+
37
### 0.45.3 / 2025-06-21
48

59
* Includes changes from gapic-generator 0.45.3

gapic-generator-ads/Gemfile.lock

Lines changed: 3 additions & 3 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.3)
4+
gapic-generator (0.45.4)
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.3)
16-
gapic-generator (= 0.45.3)
15+
gapic-generator-ads (0.45.4)
16+
gapic-generator (= 0.45.4)
1717

1818
GEM
1919
remote: https://rubygems.org/

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.3"
21+
VERSION = "0.45.4"
2222
end
2323
end
2424
end

gapic-generator-cloud/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-cloud
22

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

59
* Includes changes from gapic-generator 0.45.3

gapic-generator-cloud/Gemfile.lock

Lines changed: 3 additions & 3 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.3)
4+
gapic-generator (0.45.4)
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.3)
16-
gapic-generator (= 0.45.3)
15+
gapic-generator-cloud (0.45.4)
16+
gapic-generator (= 0.45.4)
1717

1818
GEM
1919
remote: https://rubygems.org/

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.3"
21+
VERSION = "0.45.4"
2222
end
2323
end
2424
end

gapic-generator/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
22

3+
### 0.45.4 / 2025-06-26
4+
5+
* Fix: docs for oneof parameters
6+
* Fix: remove require when rest operations are not generated
7+
38
### 0.45.3 / 2025-06-21
49

510
* Fix: correct pagination heuristic for Compute

gapic-generator/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
gapic-generator (0.45.3)
4+
gapic-generator (0.45.4)
55
actionpack (~> 8.0)
66
bigdecimal (~> 3.0)
77
google-cloud-common (~> 1.2)

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.3"
19+
VERSION = "0.45.4"
2020
end
2121
end

0 commit comments

Comments
 (0)