Skip to content

Commit 81bc02e

Browse files
committed
chore: create a release
1 parent 6bb9d63 commit 81bc02e

File tree

13 files changed

+50
-11
lines changed

13 files changed

+50
-11
lines changed

.librarian/state.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ libraries:
268268
- packages/google-area120-tables/
269269
tag_format: '{id}-v{version}'
270270
- id: google-auth
271-
version: 2.49.1
271+
version: 2.49.2
272272
last_generated_commit: ""
273273
apis: []
274274
source_roots:
@@ -2141,7 +2141,7 @@ libraries:
21412141
- packages/google-cloud-iam-logging/
21422142
tag_format: '{id}-v{version}'
21432143
- id: google-cloud-iamconnectorcredentials
2144-
version: 0.0.0
2144+
version: 0.1.0
21452145
last_generated_commit: 13b86d1d083c314bf51e42c19f9f6ed941e0553b
21462146
apis:
21472147
- path: google/cloud/iamconnectorcredentials/v1alpha
@@ -3366,7 +3366,7 @@ libraries:
33663366
- packages/google-cloud-speech/
33673367
tag_format: '{id}-v{version}'
33683368
- id: google-cloud-storage
3369-
version: 3.10.1
3369+
version: 3.11.0
33703370
last_generated_commit: 2233f63baf69c2a481f30180045fcf036242781d
33713371
apis:
33723372
- path: google/storage/v2

packages/google-auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-auth/#history
66

7+
## [2.49.2](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.49.1...google-auth-v2.49.2) (2026-04-08)
8+
9+
10+
### Bug Fixes
11+
12+
* use requests transport for GCE MDS (#16480) ([614a3d0472d118c78b3b0accf0de0b7cdf3b9e91](https://github.com/googleapis/google-cloud-python/commit/614a3d0472d118c78b3b0accf0de0b7cdf3b9e91))
13+
714
## [2.49.1](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.49.0...google-auth-v2.49.1) (2026-03-12)
815

916

packages/google-auth/google/auth/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.49.1"
15+
__version__ = "2.49.2"

packages/google-cloud-iamconnectorcredentials/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@
33
[PyPI History][1]
44

55
[1]: https://pypi.org/project/google-cloud-iamconnectorcredentials/#history
6+
7+
## [0.1.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-iamconnectorcredentials-v0.0.0...google-cloud-iamconnectorcredentials-v0.1.0) (2026-04-08)
8+
9+
10+
### Features
11+
12+
* onboard a new library ([2a3458c8d0d6bb85236cd744baecbe559fb1daf5](https://github.com/googleapis/google-cloud-python/commit/2a3458c8d0d6bb85236cd744baecbe559fb1daf5))

packages/google-cloud-iamconnectorcredentials/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@
33
[PyPI History][1]
44

55
[1]: https://pypi.org/project/google-cloud-iamconnectorcredentials/#history
6+
7+
## [0.1.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-iamconnectorcredentials-v0.0.0...google-cloud-iamconnectorcredentials-v0.1.0) (2026-04-08)
8+
9+
10+
### Features
11+
12+
* onboard a new library ([2a3458c8d0d6bb85236cd744baecbe559fb1daf5](https://github.com/googleapis/google-cloud-python/commit/2a3458c8d0d6bb85236cd744baecbe559fb1daf5))

packages/google-cloud-iamconnectorcredentials/google/cloud/iamconnectorcredentials/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-cloud-iamconnectorcredentials/google/cloud/iamconnectorcredentials_v1alpha/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "0.1.0" # {x-release-please-version}

packages/google-cloud-iamconnectorcredentials/samples/generated_samples/snippet_metadata_google.cloud.iamconnectorcredentials.v1alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-iamconnectorcredentials",
11-
"version": "0.0.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-storage/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@
44

55
[1]: https://pypi.org/project/google-cloud-storage/#history
66

7+
## [3.11.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-storage-v3.10.1...google-cloud-storage-v3.11.0) (2026-04-08)
8+
9+
10+
### Documentation
11+
12+
* Updated documentation for `BidiReadObject`, `ReadObjectRequest`, and `ObjectContexts` ([1230e1743c1aac8d810864fb09f33aafec098a7d](https://github.com/googleapis/google-cloud-python/commit/1230e1743c1aac8d810864fb09f33aafec098a7d))
13+
14+
15+
### Features
16+
17+
* generate libraries ([796450786a565e1c2c731f88d9b12b5ee077f219](https://github.com/googleapis/google-cloud-python/commit/796450786a565e1c2c731f88d9b12b5ee077f219))
18+
* Added a new field `ComposeObjectRequest.delete_source_objects` field ([1230e1743c1aac8d810864fb09f33aafec098a7d](https://github.com/googleapis/google-cloud-python/commit/1230e1743c1aac8d810864fb09f33aafec098a7d))
19+
20+
21+
### Bug Fixes
22+
23+
* updates typing for python 3.8 ([87b7ba97c95587d213a9ebe91e41cc9e5316f392](https://github.com/googleapis/google-cloud-python/commit/87b7ba97c95587d213a9ebe91e41cc9e5316f392))
24+
725
## [3.10.1](https://github.com/googleapis/python-storage/compare/v3.10.0...v3.10.1) (2026-03-23)
826

927

packages/google-cloud-storage/google/cloud/_storage/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.10.1" # {x-release-please-version}
16+
__version__ = "3.11.0" # {x-release-please-version}

0 commit comments

Comments
 (0)