Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#363)
Browse files Browse the repository at this point in the history
* chore(main): release 2.0.0

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] and gcf-owl-bot[bot] authored Aug 17, 2022
1 parent 9149579 commit cbb5c41
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/google-cloud-documentai/.github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ handleGHRelease: true
# NOTE: this section is generated by synthtool.languages.python
# See https://github.com/googleapis/synthtool/blob/master/synthtool/languages/python.py
branches:
- branch: v1
handleGHRelease: true
releaseType: python
- branch: v0
handleGHRelease: true
releaseType: python
30 changes: 30 additions & 0 deletions packages/google-cloud-documentai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [2.0.0](https://github.com/googleapis/python-documentai/compare/v1.5.1...v2.0.0) (2022-08-17)


### ⚠ BREAKING CHANGES

* **v1beta3:** Added Processor Management and Processor Version support to v1 library
* **v1:** Added Processor Management and Processor Version support to v1 library
* **v1beta3:** Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.

### Features

* **v1:** Added corrected_key_text, correct_value_text to FormField object in document.proto ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))
* **v1:** Added field_mask to ProcessRequest object in document_processor_service.proto ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))
* **v1:** Added integer_values, float_values and non_present to Entity object in document.proto ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))
* **v1:** Added OperationMetadata resource ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))
* **v1:** Added parent_ids to Revision object in document.proto ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))
* **v1:** Added Processor Management and Processor Version support to v1 library ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))
* **v1beta3:** Added Barcode support ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))
* **v1beta3:** Added corrected_key_text, correct_value_text to FormField object in document.proto ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))
* **v1beta3:** Added integer_values, float_values and non_present to Entity object in document.proto ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))
* **v1beta3:** Added OperationMetadata resource ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))
* **v1beta3:** Added parent_ids to Revision object in document.proto ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))
* **v1beta3:** Added Processor Management and Processor Version support to v1 library ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))


### Documentation

* fix minor docstring formatting ([78e7fba](https://github.com/googleapis/python-documentai/commit/78e7fba988e73e689af5efc8780d99ae226b1b00))
* **samples:** Added Human Review Request Sample ([#357](https://github.com/googleapis/python-documentai/issues/357)) ([1a5ebea](https://github.com/googleapis/python-documentai/commit/1a5ebea358d8f63f5c048ee47efde57da9d84b2c))

## [1.5.1](https://github.com/googleapis/python-documentai/compare/v1.5.0...v1.5.1) (2022-08-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-documentai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import setuptools # type: ignore

version = "1.5.1"
version = "2.0.0"

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

Expand Down

0 comments on commit cbb5c41

Please sign in to comment.