Skip to content

Commit

Permalink
chore(main): release 1.8.0 (#215)
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 Nov 16, 2022
1 parent ab8a033 commit 31c1029
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.7.0"
".": "1.8.0"
}
19 changes: 19 additions & 0 deletions packages/google-cloud-assured-workloads/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.8.0](https://github.com/googleapis/python-assured-workloads/compare/v1.7.0...v1.8.0) (2022-11-16)


### Features

* add support for `google.cloud.assuredworkloads.__version__` ([58b4377](https://github.com/googleapis/python-assured-workloads/commit/58b4377d7fdd56bca565df1bf2b4be8fb77c4c7f))
* Add typing to proto.Message based class attributes ([3f09fb8](https://github.com/googleapis/python-assured-workloads/commit/3f09fb885e12d866edefabe18e7e02ca5b8cee20))


### Bug Fixes

* Add dict typing for client_options ([58b4377](https://github.com/googleapis/python-assured-workloads/commit/58b4377d7fdd56bca565df1bf2b4be8fb77c4c7f))
* **deps:** require google-api-core &gt;=1.33.2 ([58b4377](https://github.com/googleapis/python-assured-workloads/commit/58b4377d7fdd56bca565df1bf2b4be8fb77c4c7f))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([3f09fb8](https://github.com/googleapis/python-assured-workloads/commit/3f09fb885e12d866edefabe18e7e02ca5b8cee20))

## [1.7.0](https://github.com/googleapis/python-assured-workloads/compare/v1.6.1...v1.7.0) (2022-10-14)


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__ = "1.7.0" # {x-release-please-version}
__version__ = "1.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-assured-workloads",
"version": "0.1.0"
"version": "1.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-assured-workloads",
"version": "0.1.0"
"version": "1.8.0"
},
"snippets": [
{
Expand Down

0 comments on commit 31c1029

Please sign in to comment.