Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 30, 2024
1 parent f78fcd4 commit 1e26a27
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-shopping-merchant-reports",
"version": "0.1.0"
"version": "0.1.9"
},
"snippets": [
{
Expand Down
7 changes: 7 additions & 0 deletions packages/google-shopping-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.8](https://github.com/googleapis/google-cloud-python/compare/google-shopping-type-v0.1.7...google-shopping-type-v0.1.8) (2024-07-30)


### Bug Fixes

* Retry and timeout values do not propagate in requests during pagination ([11c0629](https://github.com/googleapis/google-cloud-python/commit/11c06293cef3391f5fb433d5de26c066943082d0))

## [0.1.7](https://github.com/googleapis/google-cloud-python/compare/google-shopping-type-v0.1.6...google-shopping-type-v0.1.7) (2024-07-08)


Expand Down
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.8" # {x-release-please-version}
14 changes: 14 additions & 0 deletions packages/grafeas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@

[1]: https://pypi.org/project/grafeas/#history

## [1.11.0](https://github.com/googleapis/google-cloud-python/compare/grafeas-v1.10.1...grafeas-v1.11.0) (2024-07-30)


### Features

* A new field `version` is added to message `.grafeas.v1.ComplianceOccurrence` ([5feea7e](https://github.com/googleapis/google-cloud-python/commit/5feea7ea9a5c20c13f57c5d51b4e0cedeeffa709))
* A new field `vulnerability_attestation` is added to message `.grafeas.v1.DiscoveryOccurrence` ([5feea7e](https://github.com/googleapis/google-cloud-python/commit/5feea7ea9a5c20c13f57c5d51b4e0cedeeffa709))
* A new message `VulnerabilityAttestation` is added ([5feea7e](https://github.com/googleapis/google-cloud-python/commit/5feea7ea9a5c20c13f57c5d51b4e0cedeeffa709))


### Bug Fixes

* Retry and timeout values do not propagate in requests during pagination ([11c0629](https://github.com/googleapis/google-cloud-python/commit/11c06293cef3391f5fb433d5de26c066943082d0))

## [1.10.1](https://github.com/googleapis/google-cloud-python/compare/grafeas-v1.10.0...grafeas-v1.10.1) (2024-07-08)


Expand Down
2 changes: 1 addition & 1 deletion packages/grafeas/grafeas/grafeas/gapic_version.py
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__ = "1.11.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion packages/grafeas/grafeas/grafeas_v1/gapic_version.py
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__ = "1.11.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "grafeas",
"version": "0.1.0"
"version": "1.11.0"
},
"snippets": [
{
Expand Down

0 comments on commit 1e26a27

Please sign in to comment.