Skip to content

Commit 873929f

Browse files
chore(main): release google-cloud-compute 1.13.0 (#32261)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 1315f49 commit 873929f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
"google-cloud-commerce-consumer-procurement+FILLER": "0.0.0",
236236
"google-cloud-commerce-consumer-procurement-v1": "1.6.1",
237237
"google-cloud-commerce-consumer-procurement-v1+FILLER": "0.0.0",
238-
"google-cloud-compute": "1.12.0",
238+
"google-cloud-compute": "1.13.0",
239239
"google-cloud-compute+FILLER": "0.0.0",
240240
"google-cloud-compute-v1": "3.4.0",
241241
"google-cloud-compute-v1+FILLER": "0.0.0",

google-cloud-compute/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 1.13.0 (2025-12-11)
4+
5+
#### Features
6+
7+
* Update Compute Engine v1 API to revision 20251031 ([#32244](https://github.com/googleapis/google-cloud-ruby/issues/32244))
8+
39
### 1.12.0 (2025-10-16)
410

511
#### Features

google-cloud-compute/lib/google/cloud/compute/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
module Google
2121
module Cloud
2222
module Compute
23-
VERSION = "1.12.0"
23+
VERSION = "1.13.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)