Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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-individual-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/bigframes": "2.46.0",
"packages/google-cloud-commerceproducer": "0.0.0",
"packages/google-cloud-productregistry": "0.0.0",
"packages/google-cloud-productregistry": "0.1.0",
"packages/google-crc32c": "1.8.0",
"packages/google-maps-isochrones": "0.0.0",
"packages/pandas-gbq": "0.35.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/google-cloud-productregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.1.0 (2026-07-21)


### Features

* **google/cloud/productregistry/v1:** add google-cloud-productregistry ([#17783](https://github.com/googleapis/google-cloud-python/issues/17783)) ([b7fa7df](https://github.com/googleapis/google-cloud-python/commit/b7fa7dfa369beda9f9236a3174035520b73c51a5))

## Changelog

[PyPI History][1]

[1]: https://pypi.org/project/google-cloud-productregistry/#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 @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-productregistry",
"version": "0.0.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Loading