Skip to content

Commit 471e662

Browse files
chore(main): release google-cloud-sql-v1 0.1.0 (googleapis#34660)
* chore(main): release google-cloud-sql-v1 0.1.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 2554d4e commit 471e662

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@
811811
"google-cloud-speech-v1p1beta1+FILLER": "0.0.0",
812812
"google-cloud-speech-v2": "1.8.0",
813813
"google-cloud-speech-v2+FILLER": "0.0.0",
814-
"google-cloud-sql-v1": "0.0.1",
814+
"google-cloud-sql-v1": "0.1.0",
815815
"google-cloud-sql-v1+FILLER": "0.0.0",
816816
"google-cloud-storage": "1.61.0",
817817
"google-cloud-storage+FILLER": "0.0.0",

google-cloud-sql-v1/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"language": "ruby",
88
"name": "sqladmin",
99
"name_pretty": "Cloud SQL Admin V1 API",
10-
"release_level": "unreleased",
10+
"release_level": "preview",
1111
"repo": "googleapis/google-cloud-ruby",
1212
"requires_billing": true,
1313
"ruby-cloud-description": "API for Cloud SQL database instance management. Note that google-cloud-sql-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-sql instead. See the readme for more details.",

google-cloud-sql-v1/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# Release History
1+
# Changelog
22

3+
### 0.1.0 (2026-06-23)
4+
5+
#### Features
6+
7+
* Initial generation of google-cloud-sql-v1 ([#34617](https://github.com/googleapis/google-cloud-ruby/issues/34617))
8+
9+
## Release History

google-cloud-sql-v1/lib/google/cloud/sql/v1/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Google
2121
module Cloud
2222
module Sql
2323
module V1
24-
VERSION = "0.0.1"
24+
VERSION = "0.1.0"
2525
end
2626
end
2727
end

google-cloud-sql-v1/snippets/snippet_metadata_google.cloud.sql.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"client_library": {
33
"name": "google-cloud-sql-v1",
4-
"version": "",
4+
"version": "0.1.0",
55
"language": "RUBY",
66
"apis": [
77
{

0 commit comments

Comments
 (0)