Skip to content

Commit 85bfb00

Browse files
committed
chore: create a release
1 parent 4748760 commit 85bfb00

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.librarian/state.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:4e3486fee9eba44b75a18c67f0c60fa0c4af675132305e3ff3fae2e9b94f94bb
22
libraries:
33
- id: gapic-generator
4-
version: 1.29.0
4+
version: 1.30.0
5+
last_generated_commit: ""
56
apis: []
67
source_roots:
78
- .

CHANGELOG.md

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

55
[1]: https://pypi.org/project/gapic-generator/#history
66

7+
## [1.30.0](https://github.com/googleapis/google-cloud-python/compare/gapic-generator-v1.29.0...gapic-generator-v1.30.0) (2025-11-13)
8+
9+
10+
### Features
11+
12+
* auto-enable mTLS when supported certificates are detected (#2472) ([4748760fe6d489d80cb17306157edb43d25f72b3](https://github.com/googleapis/google-cloud-python/commit/4748760fe6d489d80cb17306157edb43d25f72b3))
13+
14+
15+
### Bug Fixes
16+
17+
* add api_version to gapic_metadata.json (#2476) ([c424e33d5e9cfd75b383b4b0c7b77211f3604b79](https://github.com/googleapis/google-cloud-python/commit/c424e33d5e9cfd75b383b4b0c7b77211f3604b79))
18+
719

820
## [1.29.0](https://github.com/googleapis/gapic-generator-python/compare/v1.28.3...v1.29.0) (2025-10-23)
921

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
name = "gapic-generator"
2323
description = "Google API Client Generator for Python"
2424
url = "https://github.com/googleapis/gapic-generator-python"
25-
version = "1.29.0"
25+
version = "1.30.0"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
# Ensure that the lower bounds of these dependencies match what we have in the

0 commit comments

Comments
 (0)