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

Commit

Permalink
chore(main): release 0.8.0 (#152)
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 Dec 14, 2022
1 parent 9e9e394 commit 5c23136
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.2"
".": "0.8.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.8.0](https://github.com/googleapis/python-network-security/compare/v0.7.2...v0.8.0) (2022-12-14)


### Features

* Add support for `google.cloud.network_security.__version__` ([c5d13c9](https://github.com/googleapis/python-network-security/commit/c5d13c9bb41ef2ea8f9d66349f3fc9fbe6bd0681))
* Add typing to proto.Message based class attributes ([c5d13c9](https://github.com/googleapis/python-network-security/commit/c5d13c9bb41ef2ea8f9d66349f3fc9fbe6bd0681))


### Bug Fixes

* Add dict typing for client_options ([c5d13c9](https://github.com/googleapis/python-network-security/commit/c5d13c9bb41ef2ea8f9d66349f3fc9fbe6bd0681))
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([9e9e394](https://github.com/googleapis/python-network-security/commit/9e9e394c014a3137a7b0d2b0a7cc2ff9a503efaf))
* Drop usage of pkg_resources ([9e9e394](https://github.com/googleapis/python-network-security/commit/9e9e394c014a3137a7b0d2b0a7cc2ff9a503efaf))
* Fix timeout default values ([9e9e394](https://github.com/googleapis/python-network-security/commit/9e9e394c014a3137a7b0d2b0a7cc2ff9a503efaf))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([c5d13c9](https://github.com/googleapis/python-network-security/commit/c5d13c9bb41ef2ea8f9d66349f3fc9fbe6bd0681))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([9e9e394](https://github.com/googleapis/python-network-security/commit/9e9e394c014a3137a7b0d2b0a7cc2ff9a503efaf))

## [0.7.2](https://github.com/googleapis/python-network-security/compare/v0.7.1...v0.7.2) (2022-10-10)


Expand Down
2 changes: 1 addition & 1 deletion google/cloud/network_security/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.7.2" # {x-release-please-version}
__version__ = "0.8.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/network_security_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.7.2" # {x-release-please-version}
__version__ = "0.8.0" # {x-release-please-version}
2 changes: 1 addition & 1 deletion google/cloud/network_security_v1beta1/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.7.2" # {x-release-please-version}
__version__ = "0.8.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-network-security",
"version": "0.1.0"
"version": "0.8.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-network-security",
"version": "0.1.0"
"version": "0.8.0"
},
"snippets": [
{
Expand Down

0 comments on commit 5c23136

Please sign in to comment.