Skip to content

Commit

Permalink
chore(main): release google-cloud-gdc_hardware_management-v1alpha 0.2…
Browse files Browse the repository at this point in the history
….0 (#27344)
  • Loading branch information
release-please[bot] authored Sep 20, 2024
1 parent 2304d6c commit 15c5609
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
"google-cloud-functions-v2+FILLER": "0.0.0",
"google-cloud-gdc_hardware_management": "0.1.1",
"google-cloud-gdc_hardware_management+FILLER": "0.0.0",
"google-cloud-gdc_hardware_management-v1alpha": "0.1.1",
"google-cloud-gdc_hardware_management-v1alpha": "0.2.0",
"google-cloud-gdc_hardware_management-v1alpha+FILLER": "0.0.0",
"google-cloud-gke_backup": "1.2.1",
"google-cloud-gke_backup+FILLER": "0.0.0",
Expand Down
11 changes: 11 additions & 0 deletions google-cloud-gdc_hardware_management-v1alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

### 0.2.0 (2024-09-19)

#### Features

* add an order type field to distinguish a fulfillment request from a sales inquiry ([#27333](https://github.com/googleapis/google-cloud-ruby/issues/27333))
* add support to mark comments as read or unread
* rename zone state signal READY_FOR_SITE_TURNUP to FACTORY_TURNUP_CHECKS_PASSED
#### Documentation

* clarify how access_times are used

### 0.1.1 (2024-08-30)

#### Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module Google
module Cloud
module GDCHardwareManagement
module V1alpha
VERSION = "0.1.1"
VERSION = "0.2.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-gdc_hardware_management-v1alpha",
"version": "0.1.1",
"version": "0.2.0",
"language": "RUBY",
"apis": [
{
Expand Down

0 comments on commit 15c5609

Please sign in to comment.