Skip to content

Commit 803190e

Browse files
chore: release main
1 parent 9eead95 commit 803190e

8 files changed

Lines changed: 16 additions & 7 deletions

File tree

.release-please-bulk-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"packages/google-cloud-access-approval": "1.20.0",
2525
"packages/google-cloud-access-context-manager": "0.6.0",
2626
"packages/google-cloud-advisorynotifications": "0.7.0",
27-
"packages/google-cloud-agentidentity": "0.0.0",
27+
"packages/google-cloud-agentidentity": "0.1.0",
2828
"packages/google-cloud-agentidentitycredentials": "0.1.0",
2929
"packages/google-cloud-agentregistry": "0.1.0",
3030
"packages/google-cloud-alloydb": "0.11.0",

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ libraries:
279279
metadata_name_override: advisorynotifications
280280
default_version: v1
281281
- name: google-cloud-agentidentity
282-
version: 0.0.0
282+
version: 0.1.0
283283
apis:
284284
- path: google/cloud/agentidentity/v1
285285
- path: google/cloud/agentidentity/v1beta
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.1.0 (2026-07-17)
4+
5+
6+
### Features
7+
8+
* **agentidentity:** onboard v1 and v1beta clients ([#17740](https://github.com/googleapis/google-cloud-python/issues/17740)) ([9eead95](https://github.com/googleapis/google-cloud-python/commit/9eead955b654bec382106e08fbf1baddb250b297))
9+
10+
## Changelog
11+
312
[PyPI History][1]
413

514
[1]: https://pypi.org/project/google-cloud-agentidentity/#history

packages/google-cloud-agentidentity/google/cloud/agentidentity/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-agentidentity/google/cloud/agentidentity_v1/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-agentidentity/google/cloud/agentidentity_v1beta/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-agentidentity/samples/generated_samples/snippet_metadata_google.cloud.agentidentity.v1.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-agentidentity",
11-
"version": "0.0.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-agentidentity/samples/generated_samples/snippet_metadata_google.cloud.agentidentity.v1beta.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-agentidentity",
11-
"version": "0.0.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)