FFFF chore: release 0.3.1 (#57) · googleapis/google-cloud-python@eb8a1d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb8a1d5

Browse files

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/google-cloud-dataproc-metastore/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
### [0.3.1](https://www.github.com/googleapis/python-dataproc-metastore/compare/v0.3.0...v0.3.1) (2021-07-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
* 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))
10+
11+
12+
### Documentation
13+
14+
* 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))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* 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))
20+
321
## [0.3.0](https://www.github.com/googleapis/python-dataproc-metastore/compare/v0.2.2...v0.3.0) (2021-07-01)
422

523

packages/google-cloud-dataproc-metastore/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import setuptools # type: ignore
2121

2222
name = "google-cloud-dataproc-metastore"
23-
version = "0.3.0"
23+
version = "0.3.1"
2424
description = "Dataproc Metastore API client library"
2525
release_status = "Development Status :: 4 - Beta"
2626
url = "https://github.com/googleapis/python-dataproc-metastore"

0 commit comments

Comments
 (0)
0