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

Commit

Permalink
chore: release 0.3.1 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 27, 2021
1 parent 2a846dd commit 81b0316
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

### [0.3.1](https://www.github.com/googleapis/python-dataproc-metastore/compare/v0.3.0...v0.3.1) (2021-07-26)


### Bug Fixes

* **deps:** pin 'google-{api,cloud}-core', 'google-auth' to allow 2.x versions ([#50](https://www.github.com/googleapis/python-dataproc-metastore/issues/50)) ([091ff2f](https://www.github.com/googleapis/python-dataproc-metastore/commit/091ff2fa0cc9413c99cb3c17a18af9de131bca01))
* enable self signed jwt for grpc ([#56](https://www.github.com/googleapis/python-dataproc-metastore/issues/56)) ([3f94f5a](https://www.github.com/googleapis/python-dataproc-metastore/commit/3f94f5adb30d4e9a6e28424259a9a26b78429740))


### Documentation

* add Samples section to CONTRIBUTING.rst ([#51](https://www.github.com/googleapis/python-dataproc-metastore/issues/51)) ([c093c12](https://www.github.com/googleapis/python-dataproc-metastore/commit/c093c1282e832f3d7a027d63be1b55017bcec9ff))


### Miscellaneous Chores

* release 0.3.1 ([#55](https://www.github.com/googleapis/python-dataproc-metastore/issues/55)) ([2a846dd](https://www.github.com/googleapis/python-dataproc-metastore/commit/2a846ddef298a09baf7ff27331cd438f8f7113ee))

## [0.3.0](https://www.github.com/googleapis/python-dataproc-metastore/compare/v0.2.2...v0.3.0) (2021-07-01)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
import setuptools # type: ignore

name = "google-cloud-dataproc-metastore"
version = "0.3.0"
version = "0.3.1"
description = "Dataproc Metastore API client library"
release_status = "Development Status :: 4 - Beta"
url = "https://github.com/googleapis/python-dataproc-metastore"
Expand Down

0 comments on commit 81b0316

Please sign in to comment.