Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-bulk-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"packages/google-cloud-access-approval": "1.20.0",
"packages/google-cloud-access-context-manager": "0.6.0",
"packages/google-cloud-advisorynotifications": "0.7.0",
"packages/google-cloud-agentidentity": "0.0.0",
"packages/google-cloud-agentidentity": "0.1.0",
"packages/google-cloud-agentidentitycredentials": "0.1.0",
"packages/google-cloud-agentregistry": "0.1.0",
"packages/google-cloud-alloydb": "0.11.0",
Expand Down
2 changes: 1 addition & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ libraries:
metadata_name_override: advisorynotifications
default_version: v1
- name: google-cloud-agentidentity
version: 0.0.0
version: 0.1.0
apis:
- path: google/cloud/agentidentity/v1
- path: google/cloud/agentidentity/v1beta
Expand Down
9 changes: 9 additions & 0 deletions packages/google-cloud-agentidentity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.1.0 (2026-07-17)


### Features

* **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))

## Changelog

[PyPI History][1]

[1]: https://pypi.org/project/google-cloud-agentidentity/#history
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.0.0" # {x-release-please-version}
__version__ = "0.1.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-agentidentity",
"version": "0.0.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-agentidentity",
"version": "0.0.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Loading