Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#8)
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 Dec 7, 2022
1 parent cfd9c9c commit 8700e01
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.2.0"
}
23 changes: 23 additions & 0 deletions packages/google-cloud-bigquery-datapolicies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [0.2.0](https://github.com/googleapis/python-bigquery-datapolicies/compare/v0.1.1...v0.2.0) (2022-12-06)


### Features

* Add bigquery datapolicies v1 API ([#9](https://github.com/googleapis/python-bigquery-datapolicies/issues/9)) ([023c548](https://github.com/googleapis/python-bigquery-datapolicies/commit/023c548e27a6db8d35d734e64a8409776dd1615f))
* add support for `google.cloud.bigquery.datapolicies.__version__` ([5a771c4](https://github.com/googleapis/python-bigquery-datapolicies/commit/5a771c41aaec8b2691e9809ed15b87f959fd6f8a))
* Add typing to proto.Message based class attributes ([5a771c4](https://github.com/googleapis/python-bigquery-datapolicies/commit/5a771c41aaec8b2691e9809ed15b87f959fd6f8a))


### Bug Fixes

* Add dict typing for client_options ([5a771c4](https://github.com/googleapis/python-bigquery-datapolicies/commit/5a771c41aaec8b2691e9809ed15b87f959fd6f8a))
* **deps:** Require google-api-core &gt;=1.34.0, >=2.11.0 ([fd9792e](https://github.com/googleapis/python-bigquery-datapolicies/commit/fd9792e67c5fca9a3ee9bddd569bb1f01a9c0ccd))
* Drop usage of pkg_resources ([fd9792e](https://github.com/googleapis/python-bigquery-datapolicies/commit/fd9792e67c5fca9a3ee9bddd569bb1f01a9c0ccd))
* Fix timeout default values ([fd9792e](https://github.com/googleapis/python-bigquery-datapolicies/commit/fd9792e67c5fca9a3ee9bddd569bb1f01a9c0ccd))


### Documentation

* **samples:** Snippetgen handling of repeated enum field ([5a771c4](https://github.com/googleapis/python-bigquery-datapolicies/commit/5a771c41aaec8b2691e9809ed15b87f959fd6f8a))
* **samples:** Snippetgen should call await on the operation coroutine before calling result ([fd9792e](https://github.com/googleapis/python-bigquery-datapolicies/commit/fd9792e67c5fca9a3ee9bddd569bb1f01a9c0ccd))

## [0.1.1](https://github.com/googleapis/python-bigquery-datapolicies/compare/v0.1.0...v0.1.1) (2022-10-10)


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__ = "0.1.1" # {x-release-please-version}
__version__ = "0.2.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__ = "0.1.1" # {x-release-please-version}
__version__ = "0.2.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__ = "0.1.1" # {x-release-please-version}
__version__ = "0.2.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-bigquery-datapolicies",
"version": "0.1.0"
"version": "0.2.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-bigquery-datapolicies",
"version": "0.1.0"
"version": "0.2.0"
},
"snippets": [
{
Expand Down

0 comments on commit 8700e01

Please sign in to comment.