10BC0 chore: release 0.2.0 (#41) · googleapis/google-cloud-python@44ddf0f · GitHub
[go: up one dir, main page]

Skip to content

Commit 44ddf0f

Browse files
chore: release 0.2.0 (#41)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 11e9615 commit 44ddf0f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/google-cloud-data-qna/CHANGELOG.md

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

3+
## [0.2.0](https://www.github.com/googleapis/python-data-qna/compare/v0.1.1...v0.2.0) (2021-05-18)
4+
5+
6+
### Features
7+
8+
* add from_service_account_info factory and fix sphinx identifiers ([#21](https://www.github.com/googleapis/python-data-qna/issues/21)) ([3fa53fb](https://www.github.com/googleapis/python-data-qna/commit/3fa53fbd42cc640d7f3442d77bd6357ce0e5e8d6))
9+
* support self-signed JWT flow for service accounts ([762c28c](https://www.github.com/googleapis/python-data-qna/commit/762c28cc095211301e922c9ceafef1d8cd36ad7d))
10+
11+
12+
### Bug Fixes
13+
14+
* add async client to %name_%version/init.py ([762c28c](https://www.github.com/googleapis/python-data-qna/commit/762c28cc095211301e922c9ceafef1d8cd36ad7d))
15+
* **deps:** add packaging requirement ([#46](https://www.github.com/googleapis/python-data-qna/issues/46)) ([afb3009](https://www.github.com/googleapis/python-data-qna/commit/afb3009e762aff472c07f9884469d1cee78bc660))
16+
* remove gRPC send/recv limits ([#15](https://www.github.com/googleapis/pyth 9F82 on-data-qna/issues/15)) ([044d47a](https://www.github.com/googleapis/python-data-qna/commit/044d47ab0ab3c9ccb1b1f81fb974be6375a0cf52))
17+
318
### [0.1.1](https://www.github.com/googleapis/python-data-qna/compare/v0.1.0...v0.1.1) (2020-12-04)
419

520

packages/google-cloud-data-qna/setup.py

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

22-
version = "0.1.1"
22+
version = "0.2.0"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)
0