From da3289f569f4c6df36f71c15f87832aaf944304a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 16:01:58 +0000 Subject: [PATCH 1/2] chore: release 0.3.2 --- CHANGELOG.md | 17 +++++++++++++++++ setup.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094dcb6..9d1f449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +### [0.3.2](https://www.github.com/googleapis/python-data-qna/compare/v0.3.1...v0.3.2) (2021-07-27) + + +### Features + +* add Samples section to CONTRIBUTING.rst ([#67](https://www.github.com/googleapis/python-data-qna/issues/67)) ([543ad2a](https://www.github.com/googleapis/python-data-qna/commit/543ad2ab0057d710f4e9c1a5b4f08b4985422316)) + + +### Bug Fixes + +* enable self signed jwt for grpc ([#71](https://www.github.com/googleapis/python-data-qna/issues/71)) ([9d23b1a](https://www.github.com/googleapis/python-data-qna/commit/9d23b1a914a86572151116a0eb0571189e37e925)) + + +### Miscellaneous Chores + +* release as 0.3.2 ([#72](https://www.github.com/googleapis/python-data-qna/issues/72)) ([8606b7b](https://www.github.com/googleapis/python-data-qna/commit/8606b7b3cd3cb311d9687c7d38211bb9ee07ab97)) + ### [0.3.1](https://www.github.com/googleapis/python-data-qna/compare/v0.3.0...v0.3.1) (2021-07-20) diff --git a/setup.py b/setup.py index a508d35..89f8b1d 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import os import setuptools # type: ignore -version = "0.3.1" +version = "0.3.2" package_root = os.path.abspath(os.path.dirname(__file__)) From d913277deec13ec3eb214563dbd62e542e93036e Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Tue, 27 Jul 2021 13:57:06 -0400 Subject: [PATCH 2/2] move docs change to correct section in changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d1f449..fdc8a82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,14 @@ ### [0.3.2](https://www.github.com/googleapis/python-data-qna/compare/v0.3.1...v0.3.2) (2021-07-27) -### Features +### Bug Fixes -* add Samples section to CONTRIBUTING.rst ([#67](https://www.github.com/googleapis/python-data-qna/issues/67)) ([543ad2a](https://www.github.com/googleapis/python-data-qna/commit/543ad2ab0057d710f4e9c1a5b4f08b4985422316)) +* enable self signed jwt for grpc ([#71](https://www.github.com/googleapis/python-data-qna/issues/71)) ([9d23b1a](https://www.github.com/googleapis/python-data-qna/commit/9d23b1a914a86572151116a0eb0571189e37e925)) -### Bug Fixes +### Documentation -* enable self signed jwt for grpc ([#71](https://www.github.com/googleapis/python-data-qna/issues/71)) ([9d23b1a](https://www.github.com/googleapis/python-data-qna/commit/9d23b1a914a86572151116a0eb0571189e37e925)) +* add Samples section to CONTRIBUTING.rst ([#67](https://www.github.com/googleapis/python-data-qna/issues/67)) ([543ad2a](https://www.github.com/googleapis/python-data-qna/commit/543ad2ab0057d710f4e9c1a5b4f08b4985422316)) ### Miscellaneous Chores