From 491e709fc256d7ff05a3a2695744fd540309a603 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 17:45:21 +0000 Subject: [PATCH] chore(main): release 0.10.0-alpha --- CHANGELOG.md | 12 ++++++++++++ google/cloud/documentai_toolbox/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce4218..c36dd72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.0-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.9.1-alpha...v0.10.0-alpha) (2023-08-09) + + +### Features + +* Add export merged sharded Document proto ([#145](https://github.com/googleapis/python-documentai-toolbox/issues/145)) ([a5e1f5c](https://github.com/googleapis/python-documentai-toolbox/commit/a5e1f5c331025d2cd748c952147f206595431cc7)) + + +### Bug Fixes + +* Update noxfile.py ([#129](https://github.com/googleapis/python-documentai-toolbox/issues/129)) ([e4db698](https://github.com/googleapis/python-documentai-toolbox/commit/e4db698d2de4bbe08417ff297523d0ac834d3031)) + ## [0.9.1-alpha](https://github.com/googleapis/python-documentai-toolbox/compare/v0.9.0-alpha...v0.9.1-alpha) (2023-07-27) diff --git a/google/cloud/documentai_toolbox/version.py b/google/cloud/documentai_toolbox/version.py index 44346d4..ec2c5c6 100644 --- a/google/cloud/documentai_toolbox/version.py +++ b/google/cloud/documentai_toolbox/version.py @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -__version__ = "0.9.1-alpha" +__version__ = "0.10.0-alpha"