Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
chore(main): release 3.20.0 (#587)
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] committed Oct 16, 2023
1 parent 240b86c commit 7c1f5fe
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "3.19.1"
".": "3.20.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,19 @@

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

## [3.20.0](https://github.com/googleapis/python-asset/compare/v3.19.1...v3.20.0) (2023-10-16)


### Features

* Add support for directly attached and effective tags ([7e2b606](https://github.com/googleapis/python-asset/commit/7e2b606ad80569b58bfb5218eac98dba151c7ad0))


### Documentation

* Clarify comments for tags and effective tags ([7e2b606](https://github.com/googleapis/python-asset/commit/7e2b606ad80569b58bfb5218eac98dba151c7ad0))
* Minor formatting ([#586](https://github.com/googleapis/python-asset/issues/586)) ([6374962](https://github.com/googleapis/python-asset/commit/63749629f90d6c433e18526c028fc5d8a907a050))

## [3.19.1](https://github.com/googleapis/python-asset/compare/v3.19.0...v3.19.1) (2023-07-04)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/asset/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.19.1" # {x-release-please-version}
__version__ = "3.20.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/asset_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__ = "3.19.1" # {x-release-please-version}
__version__ = "3.20.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/asset_v1p1beta1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.19.1" # {x-release-please-version}
__version__ = "3.20.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/asset_v1p2beta1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.19.1" # {x-release-please-version}
__version__ = "3.20.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/asset_v1p4beta1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.19.1" # {x-release-please-version}
__version__ = "3.20.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/asset_v1p5beta1/gapic_version.py
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.19.1" # {x-release-please-version}
__version__ = "3.20.0" # {x-release-please-version}
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-asset",
"version": "0.1.0"
"version": "3.20.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-asset",
"version": "0.1.0"
"version": "3.20.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-asset",
"version": "0.1.0"
"version": "3.20.0"
},
"snippets": [
{
Expand Down
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-asset",
"version": "0.1.0"
"version": "3.20.0"
},
"snippets": [
{
Expand Down

0 comments on commit 7c1f5fe

Please sign in to comment.