Skip to content

Commit c5e3594

Browse files
chore(main): release google-cloud-capacity_planner 0.2.0 (#31763)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 743d602 commit c5e3594

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"google-cloud-build-v1+FILLER": "0.0.0",
192192
"google-cloud-build-v2": "0.12.0",
193193
"google-cloud-build-v2+FILLER": "0.0.0",
194-
"google-cloud-capacity_planner": "0.1.0",
194+
"google-cloud-capacity_planner": "0.2.0",
195195
"google-cloud-capacity_planner+FILLER": "0.0.0",
196196
"google-cloud-capacity_planner-v1beta": "0.3.0",
197197
"google-cloud-capacity_planner-v1beta+FILLER": "0.0.0",

google-cloud-capacity_planner/CHANGELOG.md

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

3+
### 0.2.0 (2025-10-16)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* An existing service `CapacityPlanningService` is removed ([#31587](https://github.com/googleapis/google-cloud-ruby/issues/31587))
8+
9+
#### Bug Fixes
10+
11+
* An existing service `CapacityPlanningService` is removed ([#31587](https://github.com/googleapis/google-cloud-ruby/issues/31587))
12+
313
### 0.1.0 (2025-10-02)
414

515
#### Features

google-cloud-capacity_planner/lib/google/cloud/capacity_planner/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 CapacityPlanner
23-
VERSION = "0.1.0"
23+
VERSION = "0.2.0"
2424
end
2525
end
2626
end

0 commit comments

Comments
 (0)