Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
chore(main): release 1.13.0 (#264)
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>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
release-please[bot] and parthea committed Jun 1, 2023
1 parent bd26530 commit c155b2c
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "1.12.0"
".": "1.13.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

## [1.13.0](https://github.com/googleapis/python-functions/compare/v1.12.0...v1.13.0) (2023-05-25)


### Features

* Added helper methods for long running operations, IAM, and locations ([17b7a5b](https://github.com/googleapis/python-functions/commit/17b7a5ba23bb561ea06c58df0436d5fed79d0413))
* ListFunctions now include metadata which indicates whether a function is a `GEN_1` or `GEN_2` function ([#263](https://github.com/googleapis/python-functions/issues/263)) ([ea38aad](https://github.com/googleapis/python-functions/commit/ea38aadbd148e7984a6cfd4a68acaa8b697affc1))


### Documentation

* Applied general style guide updates to descriptions ([17b7a5b](https://github.com/googleapis/python-functions/commit/17b7a5ba23bb561ea06c58df0436d5fed79d0413))
* Clarified that vpcConnector shortname is only returned if the connector is in the same project as the function ([17b7a5b](https://github.com/googleapis/python-functions/commit/17b7a5ba23bb561ea06c58df0436d5fed79d0413))

## [1.12.0](https://github.com/googleapis/python-functions/compare/v1.11.0...v1.12.0) (2023-03-23)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/functions/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.12.0" # {x-release-please-version}
__version__ = "1.13.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/functions_v1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.12.0" # {x-release-please-version}
__version__ = "1.13.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/functions_v2/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.12.0" # {x-release-please-version}
__version__ = "1.13.0" # {x-release-please-version}
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-functions",
"version": "0.1.0"
"version": "1.13.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-functions",
"version": "0.1.0"
"version": "1.13.0"
},
"snippets": [
{
Expand Down

0 comments on commit c155b2c

Please sign in to comment.