Skip to content

Commit

Permalink
chore(main): release 3.20.0 (#431)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Aug 9, 2023
1 parent e635c0f commit 09390ef
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-build/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.19.0"
".": "3.20.0"
}
9 changes: 9 additions & 0 deletions packages/google-cloud-build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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

## [3.20.0](https://github.com/googleapis/python-cloudbuild/compare/v3.19.0...v3.20.0) (2023-08-08)


### Features

* Add automap_substitutions flag to use substitutions as envs in Cloud Build ([a1e03be](https://github.com/googleapis/python-cloudbuild/commit/a1e03be14459c19421bc4cc5af90ef4618980761))
* Add git_file_source and git_repo_source to build_trigger ([a1e03be](https://github.com/googleapis/python-cloudbuild/commit/a1e03be14459c19421bc4cc5af90ef4618980761))
* Add update_mask to UpdateBuildTriggerRequest proto ([a1e03be](https://github.com/googleapis/python-cloudbuild/commit/a1e03be14459c19421bc4cc5af90ef4618980761))

## [3.19.0](https://github.com/googleapis/python-cloudbuild/compare/v3.18.0...v3.19.0) (2023-07-17)


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__ = "3.19.0" # {x-release-please-version}
__version__ = "3.20.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__ = "3.19.0" # {x-release-please-version}
__version__ = "3.20.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__ = "3.19.0" # {x-release-please-version}
__version__ = "3.20.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-build",
"version": "0.1.0"
"version": "3.20.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-build",
"version": "0.1.0"
"version": "3.20.0"
},
"snippets": [
{
Expand Down

0 comments on commit 09390ef

Please sign in to comment.