File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
packages/google-cloud-data-qna Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.0] ( https://www.github.com/googleapis/python-data-qna/compare/v0.2.1...v0.3.0 ) (2021-06-30)
4
+
5
+
6
+ ### Features
7
+
8
+ * add always_use_jwt_access ([ #59 ] ( https://www.github.com/googleapis/python-data-qna/issues/59 ) ) ([ 8a247c0] ( https://www.github.com/googleapis/python-data-qna/commit/8a247c0c69fc2dbf262686a80fc8cdb13065b62e ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * disable always_use_jwt_access ([ 3d347fa] ( https://www.github.com/googleapis/python-data-qna/commit/3d347faa705b8a226ae7bd6e20b6a8abf7b72706 ) )
14
+ * disable always_use_jwt_access ([ #63 ] ( https://www.github.com/googleapis/python-data-qna/issues/63 ) ) ([ 3d347fa] ( https://www.github.com/googleapis/python-data-qna/commit/3d347faa705b8a226ae7bd6e20b6a8abf7b72706 ) )
15
+
16
+
17
+ ### Documentation
18
+
19
+ * omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([ #1127 ] ( https://www.github.com/googleapis/python-data-qna/issues/1127 ) ) ([ #54 ] ( https://www.github.com/googleapis/python-data-qna/issues/54 ) ) ([ 2eb4cfb] ( https://www.github.com/googleapis/python-data-qna/commit/2eb4cfb449856ea2e40b2202cbba766c14ade9ce ) )
20
+
3
21
### [ 0.2.1] ( https://www.github.com/googleapis/python-data-qna/compare/v0.2.0...v0.2.1 ) (2021-06-16)
4
22
5
23
Original file line number Diff line number Diff line change 19
19
import os
20
20
import setuptools # type: ignore
21
21
22
- version = "0.2.1 "
22
+ version = "0.3.0 "
23
23
24
24
package_root = os .path .abspath (os .path .dirname (__file__ ))
25
25
You can’t perform that action at this time.
0 commit comments