Skip to content

Commit

Permalink
chore(main): release google-cloud-cloud_quotas 1.0.0 (#26221)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 26, 2024
1 parent c7c5299 commit bb952fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"google-cloud-cloud_dms+FILLER": "0.0.0",
"google-cloud-cloud_dms-v1": "0.8.0",
"google-cloud-cloud_dms-v1+FILLER": "0.0.0",
"google-cloud-cloud_quotas": "0.3.0",
"google-cloud-cloud_quotas": "1.0.0",
"google-cloud-cloud_quotas+FILLER": "0.0.0",
"google-cloud-cloud_quotas-v1": "0.3.3",
"google-cloud-cloud_quotas-v1+FILLER": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-cloud_quotas/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"name": "cloudquotas",
"name_pretty": "Cloud Quotas API",
"product_documentation": "https://cloud.google.com/docs/quotas/api-overview",
"release_level": "preview",
"release_level": "stable",
"repo": "googleapis/google-cloud-ruby",
"requires_billing": true,
"ruby-cloud-description": "Cloud Quotas API provides Google Cloud service consumers with management and observability for resource usage, quotas, and restrictions of the services they consume.",
Expand Down
7 changes: 6 additions & 1 deletion google-cloud-cloud_quotas/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 1.0.0 (2024-06-26)

#### Features

* Bump version to 1.0.0

### 0.3.0 (2024-02-26)

#### Features
Expand All @@ -19,4 +25,3 @@
* Initial generation of google-cloud-cloud_quotas ([#23765](https://github.com/googleapis/google-cloud-ruby/issues/23765))

## Release History

Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module CloudQuotas
VERSION = "0.3.0"
VERSION = "1.0.0"
end
end
end

0 comments on commit bb952fd

Please sign in to comment.